Download the PHP package justijndepover/teamleader-api without Composer
On this page you can find all versions of the php package justijndepover/teamleader-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download justijndepover/teamleader-api
More information about justijndepover/teamleader-api
Files in justijndepover/teamleader-api
Package teamleader-api
Short Description PHP Client for the Teamleader API
License MIT
Informations about the package teamleader-api
Teamleader API
PHP Client for the Teamleader API
Caution
This application is still in development and could implement breaking changes. Please use at your own risk.
Installation
You can install the package with composer
Installing the package in Laravel
To use the plugin in Laravel applications, please refer to the Laravel usage page
Usage
Connecting to Teamleader:
After connecting, Teamleader will send a request back to your redirect uri.
Your application is now connected. To start fetching data:
Available methods
Note that your application should have the correct scopes enabled inside the integration
This application is in an early development stage. Therefore not all resources are available as props yet. (for example: $teamleader->users->me
)
In the meantime it's possible to fetch every resource available through the get
and post
methods:
Rate limiting
After each request, the rate limiting headers are available.
How you handle rate limiting is up to you. But the application provides a helper method to ensure you never hit the limit:
Security
If you find any security related issues, please open an issue or contact me directly at [email protected].
Contribution
If you wish to make any changes or improvements to the package, feel free to make a pull request.
License
The MIT License (MIT). Please see License File for more information.