sudiptpa / zippay
ZipPay driver for the Omnipay payment processing library.
Requires
- omnipay/common: ~2.3
Requires (Dev)
- omnipay/tests: ~2.0
- squizlabs/php_codesniffer: ~1.5
This package is auto-updated.
Last update: 2024-10-27 19:45:48 UTC
README
ZipPay driver for the Omnipay PHP payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP. This package implements ZipPay support for Omnipay.
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json
file:
{ "require": { "sudiptpa/zippay": "~2.0" } }
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Credits
This package was originally created by Daniel Condie as Omnipay ZipPay, which orignally had support for Omnipay 3.x support only. So, in this package i've added the Omnipay 2.x support. I had my own requirements for my client so had to create a seperate package for Omnipay 2.x support.
Contributing
Contributions are welcome and will be fully credited.
Contributions can be made via a Pull Request on Github.