bytic/omnipay-euplatesc
最新稳定版本:3.0.6
Composer 安装命令:
composer require bytic/omnipay-euplatesc
包简介
Euplatesc driver for ThePhpLeague Omnipay multi-payment processing library
README 文档
README
Euplatesc driver for the Omnipay PHP payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Euplatesc support for Omnipay.
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json file:
{
"require": {
"bytic/omnipay-euplatesc": "^3.0"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Basic Usage
For general usage instructions, please see the main Omnipay repository.
Supported Methods
The supported gateway methods are:
purchase()- redirect customer to payment formcompletePurchase()- for reading messages on redirect URL from gatewayserverCompletePurchase()- for reading messages on IPN URL from gateway
统计信息
- 总下载量: 1.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-11