thedigit/groove-api

v0.4.3 2017-06-02 11:07 UTC

This package is auto-updated.

Last update: 2024-09-29 04:36:54 UTC


README

Build Status Coverage Status Scrutinizer Code Quality

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();

文档