nti/payliance-bundle
最新稳定版本:1.0.4
Composer 安装命令:
composer require nti/payliance-bundle
包简介
Symfony PaylianceBundle
关键字:
README 文档
README
Description
This bundle is used to integrate with ReceivablesPro from Payliance in order to process ACH payments.
Requirements
This bundle depends strictly on the following:
- https://github.com/schmittjoh/JMSSerializerBundle (In order to handle serialization/deserialization of Payliance's API interactions)
- http://docs.guzzlephp.org/en/stable/overview.html (Used to make HTTP/s requests.)
- https://github.com/craue/CraueConfigBundle (Used to store the configuration of Payliance's API)
Installation
-
Install the bundle using composer
$ composer require nti/payliance-bundle -
Register the bundle inside the
AppKernel.phppublic function registerBundles() { ... new NTI\PaylianceBundle\NTIPaylianceBundle(), } -
Create the necessary configurations on the
craue_config_settingtable. See the fileSQL/payliance_craue_config_setting.sqlfor the list of configurations.
Usage
There are 3 services that can be used: PLCustomerService, PLACHAccountService, PLPaymentService
Todo
- Include recurring and scheduling options for payments
- Include samples of how to use the services
- Complete Unit Testing
- Add Travis CI
- Sphinx Documentation
统计信息
- 总下载量: 1.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-22