crossriverbank/crossriver-php
Composer 安装命令:
composer require crossriverbank/crossriver-php
包简介
A PHP HTTP Client conforming to the HAL hypermedia type for the Crossriver processing API
README 文档
README
Requirements
PHP 5.4 and later.
Issues
Please use appropriately tagged github issues to request features or report bugs.
Composer
You can install the bindings via Composer. Run the following command:
composer require crossriverbank/crossriver-php
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Getting Started
require('/path/to/Crossriver/Settings.php'); require('/path/to/Crossriver/Bootstrap.php'); use \Crossriver\Settings; use \Crossriver\Bootstrap; Settings::configure([ "root_url" => "https://api.sandbox.crb.finixpayments.com", "username" => "USq8mEqvcj1h5oKACLxBaR5N", "password" => "18288a65-3fec-481f-8cad-e924a31a0347" ]); Bootstrap::init();
See the tests for more details.
Running tests
./vendor/bin/phpunit
See circle.yml for more details.
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache2
- 更新时间: 2017-12-27