econda/personalization
Composer 安装命令:
composer require econda/personalization
包简介
Client library to access econda cross sell and arp services.
README 文档
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
统计信息
- 总下载量: 3.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-26