karelvw / teamleader
PHP Teamleader is a (wrapper)class to communicate with Teamleader (http://www.teamleader.be).
Package info
pkg:composer/karelvw/teamleader
1.6.2
2017-08-12 06:38 UTC
Requires
- php: >=5.3.0
- ext-curl: *
This package is not auto-updated.
Last update: 2026-06-21 12:02:25 UTC
README
This is a fork from sumocoders/teamleader
Installation
composer require karelvw/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.