waredesk / waredesk-api
PHP Waredesk API
Requires
- guzzlehttp/guzzle: ^6.2
- psr/log: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.1
This package is not auto-updated.
Last update: 2024-11-10 03:27:39 UTC
README
This library is aimed at wrapping the Waredesk API into a simple to use PHP Library. Feel free to contribute.
Table Of Content
Requirements
This library uses PHP 7.1+.
To use the Waredesk library, you have to obtain credentials from Waredesk. For every request, you will have to provide the API key.
Installation
It is recommended that you install the Waredesk library through composer. To do so, run the Composer command to install the latest stable version of Waredesk:
composer require waredesk/waredesk-api
Logging
The Waredesk constructor takes a PSR-3 compatible logger.
Requests & responses are logged at DEBUG level. At INFO level only the event is reported, not the response content. More severe problems (e.g. no connection) are logged with higher severity.
License
This library is licensed under The MIT License (MIT).