ptuchik/omnipay-dotpay
Composer 安装命令:
composer require ptuchik/omnipay-dotpay
包简介
Dotpay driver for the Omnipay payment processing library
README 文档
README
Dotpay driver for the Omnipay PHP payment processing library
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json file:
{
"require": {
"omnipay/dotpay": "~2.0"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Basic Usage
The following gateways are provided by this package:
- Dotpay
For general usage instructions, please see the main Omnipay repository.
统计信息
- 总下载量: 822
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-21