ricardogarfe / teamleader
PHP Teamleader is a (wrapper)class to communicate with Teamleader (http://www.teamleader.be).
1.8.1
2017-01-11 13:03 UTC
Requires
- php: >=5.3.0
- ext-curl: *
- dev-master
- 1.8.1
- 1.8.0
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-new-deals-features
- dev-new-product-deals-features
- dev-feature-get-custom-fields
- dev-send-invoice
- dev-product-in-invoice-line
- dev-more-style-fixes
- dev-add-invoice-commentn
- dev-fix-coding-styles
- dev-readme
- dev-feature-users
- dev-bugfix-deals-id
- dev-feature-get-departments
- dev-feature-get-deals
This package is not auto-updated.
Last update: 2025-03-01 22:20:52 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.