maartendeblock/zenfactuurapi
最新稳定版本:v1.1.0
Composer 安装命令:
composer require maartendeblock/zenfactuurapi
包简介
PHP service to connect to the Zenfactuur API
README 文档
README
PHP service to connect to the Zenfactuur API at https://app.zenfactuur.be/api_docs/v2.en.html
##Installation
composer require maartendeblock/zenfactuurapi
##Recourses Resources are grouped. See src/Apis directory.
##Usage
// You can find the api token in the settings of ZenFactuur. $api_token = 'YOUR API_TOKEN'; // Create an instance of the ZenFactuur Client. $zenfactuur = new \MaartenDeBlock\ZenFactuurApi\ZenFactuurApiClient($api_token); // Get all the customers. $customers = $zenfactuur->Customer->getAllCustomers(); var_dump($customers);
统计信息
- 总下载量: 40
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2022-03-30