Download the PHP package bartlomiejbeta/lead-desk-api-client-lib without Composer
On this page you can find all versions of the php package bartlomiejbeta/lead-desk-api-client-lib. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bartlomiejbeta/lead-desk-api-client-lib
More information about bartlomiejbeta/lead-desk-api-client-lib
Files in bartlomiejbeta/lead-desk-api-client-lib
Package lead-desk-api-client-lib
Short Description LeadDesk Api Client
License proprietary
Informations about the package lead-desk-api-client-lib
LeadDeskApiClientLib
This repository holds client library for lead-desk api. It uses HTTPlug to make the client more flexible.
More info about LD can be found on http://leaddesk.com/
More info about HTTPlug can be found on http://docs.php-http.org/en/latest/httplug/introduction.html
TODO
- add cache support
- add more lead desk api endpoints (feel free to PR)
- add tests
Installing
Install package via composer
composer require bartlomiejbeta/lead-desk-api-client-lib
Require one of the following client implementations:
- php-http/guzzle6-adapter
- php-http/guzzle5-adapter
- php-http/curl-client
- php-http/socket-client
- php-http/react-adapter
- php-http/buzz-adapter
- php-http/zend-adapter
- php-http/cakephp-adapter
See all implementations: https://packagist.org/providers/php-http/client-implementation
For example:
composer require php-http/curl-client
General Usage:
LeadDeskApi Usage
All versions of lead-desk-api-client-lib with dependencies
php-http/client-implementation Version ^1.0
php-http/httplug Version ^1.0
php-http/message-factory Version ^1.0
php-http/discovery Version ^1.0
jms/serializer Version ^1.0
fig/http-message-util Version ^1.1
psr/cache Version ^1.0
php-http/mock-client Version ^1.0
php-http/message Version ^1.0
guzzlehttp/psr7 Version ^1.0