econda / php-sdk
Client library to access econda services.
Installs: 1 912
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 5
Open Issues: 0
Requires
- php: >=5.3.0
- guzzle/http: 3.7.*
Requires (Dev)
- phpdocumentor/phpdocumentor: @stable
- phpunit/php-invoker: *
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2019-02-20 17:36:08 UTC
README
Helper classes to access econda recommendations service. This service provides product recommendations for online shops.
Installing via Composer
The recommended way to install this library is through Composer.
# Install Composer curl -sS https://getcomposer.org/installer | php # Add Guzzle as a dependency php composer.phar require econda/php-sdk:~0.1
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
Documentation
For further documentation, please visit our support portal https://support.econda.de