https://github.com/swisnl/omnipay-redsys
RedSys driver for the Omnipay PHP payment processing library
https://github.com/swisnl/omnipay-redsys
Last synced: 3 months ago
JSON representation
RedSys driver for the Omnipay PHP payment processing library
- Host: GitHub
- URL: https://github.com/swisnl/omnipay-redsys
- Owner: swisnl
- License: mit
- Created: 2016-03-18T13:48:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T10:47:50.000Z (over 6 years ago)
- Last Synced: 2025-06-06T05:30:36.850Z (4 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Omnipay: RedSys
===============**RedSys driver for the Omnipay PHP payment processing library**
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+. This package implements RedSys (formerly Sermepa) support for Omnipay.**Update (28-10-2016)**: Now working with the new HMAC SHA256 signature, mandatory with Redsys.
Installation
------------Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:
```json
{
"require": {
"swisnl/omnipay-redsys": "~1.0"
}
}
```And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar updateBasic Usage
-----------The following gateways are provided by this package:
* RedSys
For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay)
repository.