Download the PHP package timtaelman/teamleader-php-sdk without Composer

On this page you can find all versions of the php package timtaelman/teamleader-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package teamleader-php-sdk

Teamleader API v2 PHP SDK

This is a PHP wrapper for the Teamleader API v2. Documentation of the API can be found here: [https://developer.teamleader.eu/](). Please note that the Teamleader API v2 is not complete and some Entities and Actions are missing.

Currently we only support a few entities and per entity only a few actions:

  1. Company (create and update, getById)
  2. Contact (create, update, linkToCompany, getById)
  3. Deal (create and update)
  4. Deal phases (get)
  5. Deal sources (get)
  6. Activity types (get)
  7. Event (create, update, delete, get, getById)
  8. Business types (get)
  9. Tags (get)
  10. Invoice (get)
  11. Credit notes (get)
  12. Payment terms (get)
  13. Tax rates (get)
  14. Withholding tax rates (get)
  15. Departments (get)
  16. User (me, get, getById)

Teamleader API v2 works with OAuth2. This means your application needs to be registered on the Teamleader Marketplace (you can keep them private though).

Please contact me at [email protected] if you have any feedback or questions.

Examples

See all examples in the examples directory.

Request an access token

You need to do this once, after you get an access token you can use the refresh token to obtain a new access token after it expires.

Create a company

Get deal phases

TODO

Change log

1.2.0 (2018-08-23)

Full change log

Features:

1.1.1 (2018-08-23)

Full change log

Features:

Fixes:

1.1.0 (2018-08-22)

Full change log

Features:


All versions of teamleader-php-sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
guzzlehttp/guzzle Version ^6.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package timtaelman/teamleader-php-sdk contains the following files

Loading the files please wait ....