easybill/php-sdk
最新稳定版本:v3.4.0
Composer 安装命令:
composer require easybill/php-sdk
包简介
easybill PHP SDK (API)
关键字:
README 文档
README
Installation
The recommended way of installing this library is using Composer.
Add this repository to your composer information using the following command
composer require easybill/php-sdk
Usage
use easybill\SDK\Client; use easybill\SDK\Endpoint; $client = new Client(new Endpoint('... your API key ...')); $result = $client->request('GET', 'documents'); print_r($result);
More examples
Check the examples folder.
Documentation
Please see https://www.easybill.de/api for up-to-date documentation.
Contributing
Please feel free to send bug reports and pull requests.
License
Published as open source under the terms of MIT License.
统计信息
- 总下载量: 97.72k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-29