hegartymaths/groove-api
最新稳定版本:v0.4.5
Composer 安装命令:
composer require hegartymaths/groove-api
包简介
README 文档
README
A simple wrapper for the Groove API in PHP.
Requirements
- PHP >= 7.0.0
Installation
Install via Composer.
$ composer require hegartymaths/groove-api
Basic usage
Visit the API Settings page (/groove_client/settings/api) via your company subdomain to find your private token.
use Groove\Client; $client = new Client('private-token'); $tickets = $client->tickets()->list();
Docs
统计信息
- 总下载量: 19.1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-09