thedigit / groove-api
v0.4.3
2017-06-02 11:07 UTC
Requires
- php: >=7.0
- guzzlehttp/guzzle: ^6.2
- tightenco/collect: ^5.4
Requires (Dev)
- mockery/mockery: ^0.9.9
- phpunit/phpunit: ^6.1
- satooshi/php-coveralls: ^1.0
README
PHP 中 Groove API 的简单封装。
要求
- PHP >= 7.0.0
安装
通过 Composer 安装。
$ composer require hegartymaths/groove-api
基本用法
通过您公司的子域名访问 API 设置页面 (/groove_client/settings/api),找到您的私有令牌。
use Groove\Client; $client = new Client('private-token'); $tickets = $client->tickets()->list();