A simple wrapper for the Groove API in PHP.
- PHP >= 7.0.0
Install via Composer.
$ composer require hegartymaths/groove-api
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();