HegartyMaths / php-groove-api

PHP wrapper for the Groove API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Groove API client

Build Status Coverage Status Scrutinizer Code Quality

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

About

PHP wrapper for the Groove API


Languages

Language:PHP 100.0%