alexaf2000 / redsys-rest
Simple library to use the REST API from RedSys
0.1.3
2020-10-21 08:21 UTC
Requires
- php: ^7.3
- ext-json: *
- ext-openssl: *
- guzzlehttp/guzzle: ^7.0.1
Requires (Dev)
- mockery/mockery: ^1.3
- phpstan/phpstan: ^0.12.18
- phpstan/phpstan-mockery: ^0.12.3
- phpunit/phpunit: ^9.1
- squizlabs/php_codesniffer: ^3.5
- symfony/var-dumper: ^5.0
This package is not auto-updated.
Last update: 2025-04-03 09:33:25 UTC
README
Redsys REST
This is a simple library to use the RedSys service via the REST api.
Take a look to the official documentation
Requirements
php 7.3 or higher
composer
ext-openssl
ext-json
(commonly already included)`
Usage:
Run in your terminal
$ composer require alexaf2000/redsys-rest
NOTE: You can find a complete example under the examples
folder.
Features
Already done:
- Refund (see docs)
To-do:
- Authorization with already tokenized credit card
- Pre-Authorization
- Cancellation
- ....
About the package
Based on erusso7/redsys-rest.