mipotech / doxi-sdk-php
A PHP SDK for Doxi API calls
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mipotech/doxi-sdk-php
Requires
- php: >=7
- ext-curl: >=7
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist mipotech/doxi-sdk-php
or add
"mipotech/doxi-sdk-php": "~2.4"
to the require section of your composer.json.
Usage
For each API request, you may find a comprehensive example usage file in the examples
folder.
Please refer to the official Doxi API documentation for further details.