padam87/billingo-bundle
最新稳定版本:v0.13.0
Composer 安装命令:
composer require padam87/billingo-bundle
包简介
API wrapper for https://www.billingo.hu
关键字:
README 文档
README
composer require padam87/billingo-bundle
App kernel: new Padam87\BillingoBundle\Padam87BillingoBundle(),
Configuration:
padam87_billingo: authentication: public_key: your_public_key private_key: your_private_key
Usage:
$client = $this->get('padam87_billingo.api')->request('POST', 'clients', [/* ... */]);
In the example above $client will contain the complete response from the API.
The response data should be accessed by $client['data'].
Configuration reference:
padam87_billingo: authentication: # Required public_key: ~ # Required private_key: ~ # Required lifetime: 120 api: version: 2 base_url: 'https://www.billingo.hu/api/'
统计信息
- 总下载量: 1.81k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-23