sumocoders/teamleader

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

Installs: 28 012

Dependents: 0

Suggesters: 0

Security: 0

Stars: 17

Watchers: 11

Forks: 31

Open Issues: 0

pkg:composer/sumocoders/teamleader

1.18.0 2023-08-02 09:24 UTC

README

Oauth2

This package uses an old api version of Teamleader. To use the new version with oauth2, have a look at sumocoders/teamleader-oauth2

Installation

composer require sumocoders/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.