Download the PHP package inventorus/api-php-sdk without Composer
On this page you can find all versions of the php package inventorus/api-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inventorus/api-php-sdk
More information about inventorus/api-php-sdk
Files in inventorus/api-php-sdk
Package api-php-sdk
Short Description Inventorus public API
License UNLICENSE
Homepage https://inventorus.com/
Informations about the package api-php-sdk
Inventorus PHP SDK
Welcome to Inventorus PHP SDK. This repository contains SDK and its documentation.
If you already have installed Composer, run composer require inventorus/api-php-sdk
to install Inventorus SDK.
Documentation
This repository contains brief documentation, we recommend reading extended version here.
To learn everything about responses and requests read API documentation.
For use cases please visit examples.
Installation
The SDK has dependencies over external libraries. These dependencies
are defined in the composer.json
file. To resolve these dependencies, we use
the Composer package manager. You will need internet access for this.
- If you have not already installed Composer, install the latest version.
- Once Composer is installed, from commandline, run
composer require inventorus/api-php-sdk
in your project folder.
Usage
For using this SDK do the following:
- Use Composer to install the SDK. See the section "Installation".
-
Depending on your project setup, you might need to include composer's autoloader in your PHP code to enable autoloading of classes.
-
Import the SDK client in your project:
- Instantiate the client:
All versions of api-php-sdk with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
mashape/unirest-php Version ~3.0.1