cngroup / econda-php-sdk
Client library to access econda services.
v0.1.3-beta2
2013-09-30 13:51 UTC
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: 2024-11-13 19:45:46 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