omnipay/litle
最新稳定版本:2.4.3
Composer 安装命令:
composer require omnipay/litle
包简介
Litle gateway for Omnipay payment processing library
README 文档
README
Litle 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 Litle support for Omnipay.
Installation
Omnipay is installed via Composer. To install, simply add it
to your composer.json file:
{
"require": {
"omnipay/litle": "~2.*"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
For testing create litle_SDK_config.ini file
$ Rename litle_SDK_config.example.ini to litle_SDK_config.ini
$ Update config field with your credentials
$ run phpunit
For general usage instructions, please see the main Omnipay repository.
Usage
Reference testing for use case scenarios
Methods
- Authorize
- Purchase > Normal > Mobile
- Refund
- Void
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 want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.
统计信息
- 总下载量: 2.49k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-29