terminal42/cashctrl-api
Composer 安装命令:
composer require terminal42/cashctrl-api
包简介
API client for cashctrl.com
README 文档
README
An API client for the REST API of cashctrl.com. This client is currently used for our own projects and is subject to heavy changes.
Installation
$ composer.phar require terminal42/cashctrl-api ^2.0@dev
If you are using Symfony, we recommend to use our CashCtrl Bundle.
Usage
$subdomain = 'companyname'; $apiKey = 'foobar'; $client = new Client($subdomain, $apiKey); // Example call to get person list: (new PersonEndpoint($client))->list();
统计信息
- 总下载量: 376
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-17