ricardogarfe/teamleader

PHP Teamleader is a (wrapper)class to communicate with Teamleader (http://www.teamleader.be).

Installs: 50

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 31

pkg:composer/ricardogarfe/teamleader

1.8.1 2017-01-11 13:03 UTC

README

Installation

composer require ricardogarfe/teamleader

Usage

$teamleader = new Teamleader('myApiGroup', 'myApiSecret');

// do one of the calls on the teamleader object, see inline docs for more info
$teamleader->getDepartments();

About

PHP Teamleader is a (wrapper)class to communicate with your Teamleader-instance.

Documentation

The class is well documented inline. If you use a decent IDE you'll see that each method is documented with PHPDoc.