sudiptpa/zippay
Composer 安装命令:
composer require sudiptpa/zippay
包简介
ZipPay driver for the Omnipay payment processing library.
README 文档
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.
If this package has been useful to you, GitHub Sponsors is a simple way to support ongoing maintenance, improvements, and future releases.
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.
统计信息
- 总下载量: 659
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-08