econda/personalization

Client library to access econda cross sell and arp services.

v0.0.2 2016-10-06 11:51 UTC

This package is auto-updated.

Last update: 2024-03-14 06:28:19 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 lib as dependency
php composer.phar require econda/personalization

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

Contribute

You can clone the repository after creating an account at https://git.econda.de

Running Tests

Preconditions:

  • run composer install first to load dependencies and generate autoload configuration
cd /PROJECT_ROOT/tests
./run.sh