Skip to content

A wrapper class to communicate with Teamleaders API

License

Notifications You must be signed in to change notification settings

doodhout/Teamleader

 
 

Repository files navigation

Teamleader class

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.

About

A wrapper class to communicate with Teamleaders API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%