sudiptpa/zippay

ZipPay driver for the Omnipay payment processing library.

v2.2.1 2019-11-27 08:24 UTC

This package is auto-updated.

Last update: 2024-04-27 18:41:23 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.

StyleCI Latest Stable Version Total Downloads License

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.