digitickets/omnipay-alert
最新稳定版本:2.0.0
Composer 安装命令:
composer require digitickets/omnipay-alert
包简介
Alert driver for the Omnipay payment processing library
README 文档
README
Alert driver for the Omnipay PHP payment processing library
This driver supports the remote Alert Payment Gateway (DPG) service. Payment information is sent and received via XML messages. Customers typically stay on the originating website with this method of integration.
Installation
The Alert Omnipay driver is installed via Composer. To install, simply add it
to your composer.json file:
{
"require": {
"dignat/omnipay-alert": "*"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Basic Usage
This driver supports two transaction types:
- Purchase (including 3D Secure support if card holder is registered)
For general Omnipay usage instructions, please see the main Omnipay repository.
Support
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you believe you have found a bug in this driver, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
统计信息
- 总下载量: 64.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-17