Download the PHP package madeitbelgium/teamleader without Composer
On this page you can find all versions of the php package madeitbelgium/teamleader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download madeitbelgium/teamleader
More information about madeitbelgium/teamleader
Files in madeitbelgium/teamleader
Package teamleader
Short Description Laravel TeamLeader SDK
License LGPL-3.0-or-later
Homepage https://www.madeit.be
Informations about the package teamleader
PHP TeamLeader API Laravel SDK
With this Laravel package you can create a TeamLeader integration.
Installation
Or require this package in your composer.json
and update composer.
Publish config file
Laravel <5.5
After updating composer, add the ServiceProvider to the providers array in config/app.php
You can use the facade for shorter code. Add this to your aliases:
Documentation
Usage
In laravel you can use the Facade
Authentication
Create a redirect URL and redirect the user to the teamleader URL.
When the user succesfully is authenticated. The user is redirect to the provided redirect URL. You can now request (and save) the access and refersh token.
The access token has a short expire time. Before each reqeust check if the access token is still valid.
All available endpoints
Need more endpoints? Create an issue or contact us.
The complete documentation can be found at: http://www.madeit.be/
Support
Support github or mail: [email protected]
Contributing
Please try to follow the psr-2 coding style guide. http://www.php-fig.org/psr/psr-2/
License
This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!
All versions of teamleader with dependencies
illuminate/support Version *
illuminate/container Version *
nesbot/carbon Version ^1.35|^2.0
guzzlehttp/guzzle Version ^6.5|7.*