alexaf2000 / redsys-rest
Simple library to use the REST API from RedSys
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
pkg:composer/alexaf2000/redsys-rest
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-10-16 12:19:31 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 highercomposerext-opensslext-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.