vankevych/timechimp-sdk
Composer 安装命令:
composer require vankevych/timechimp-sdk
包简介
This is a package that allows you to call the API of TimeChimp
README 文档
README
This is a package that allows you to call the API of TimeChimp, please see their documentation for more information
Installation
You can install the package via compose:
composer require time-chimp/timechimp-sdk
Usage
To use this package you need to instantiate a new request like so:
<?php $request = new \Guapa\TimeChimp\UsersRequest; $request->setAccessToken('abcde'); /** @var \GuzzleHttp\Psr7\Response $response */ $response = $request->getAll(); $users = json_decode($response->getBody(), true);
You need to add the access token after creating the instance of the request. This is done so the requests can be loaded using Dependency Injection
Available requests are:
- Customers
- Expenses
- Invoices
- Mileage
- Projects
- Project notes
- Time entries
- Users
See the official documentation for more information: https://timechimp.docs.apiary.io/#
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 32.12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-21