finix/processing-php
Composer 安装命令:
composer require finix/processing-php
包简介
A PHP HTTP Client conforming to the HAL hypermedia type for the Finix 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 finix/processing-php
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Getting Started
If you do not wish to use Composer, you can download the latest release. Then, require all bootstrap files:
require('/path/to/Finix/Settings.php'); require('/path/to/Finix/Bootstrap.php'); use \Finix\Settings; use \Finix\Bootstrap; Settings::configure([ "root_url" => "https://api-staging.finix.io", "username" => 'US4CoseCAaB5RjTYrnwfDrZa', "password" => '4ca5aef5-f077-4277-a785-00f2cab07c21' ]); Bootstrap::init();
See the tests for more details.
统计信息
- 总下载量: 233
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: Apache2
- 更新时间: 2016-07-21