Warning
This version is considered a beta release. While we have done our best to ensure stability and functionality, there may still be bugs, incomplete features, or breaking changes in future updates.
You can use Composer. Follow the installation instructions if you do not already have composer installed.
composer require dbout/dendreo-sdk-php
In your PHP script, make sure you include the autoloader:
require __DIR__ . '/vendor/autoload.php';
This SDK is developed by a developer who does not work at Dendreo. Thus:
- For any questions or requests related to the SDK (feature request, bug, technical problem,...), please create an issue here.
- For any questions regarding Dendreo or the operation of the API, please contact Dendreo support.
💕 🦄 We encourage you to contribute to this repository, so everyone can benefit from new features, bug fixes, and any other improvements. Have a look at our contributing guidelines to find out how to raise a pull request.
Licensed under the MIT license, see LICENSE
.