An open API service indexing awesome lists of open source software.

https://github.com/ezsystems/ezsystemsrecommendationbundle

Integration of YooChoose, a content recommendation solution, into eZ Platform
https://github.com/ezsystems/ezsystemsrecommendationbundle

Last synced: over 1 year ago
JSON representation

Integration of YooChoose, a content recommendation solution, into eZ Platform

Awesome Lists containing this project

README

          

# Recommendation Bundle

[![Build Status](https://img.shields.io/travis/ezsystems/EzSystemsRecommendationBundle.svg?style=flat-square)](https://travis-ci.org/ezsystems/EzSystemsRecommendationBundle)
[![Downloads](https://img.shields.io/packagist/dt/ezsystems/recommendation-bundle.svg?style=flat-square)](https://packagist.org/packages/ezsystems/recommendation-bundle)
[![Latest release](https://img.shields.io/github/release/ezsystems/EzSystemsRecommendationBundle.svg?style=flat-square)](https://github.com/ezsystems/EzSystemsRecommendationBundle/releases)
[![License](https://img.shields.io/packagist/l/ezsystems/recommendation-bundle.svg?style=flat-square)](LICENSE)

[![SensioLabsInsight](https://insight.sensiolabs.com/projects/1a1934d8-2677-4ae0-be94-6c1d3f541b38/big.png)](https://insight.sensiolabs.com/projects/1a1934d8-2677-4ae0-be94-6c1d3f541b38)

This bundle extends the functionality of eZ with a recommendation engine, powered by [YOOCHOOSE](https://yoochoose.com/). It allows you to track the way visitors use your website and suggests recommended content to them based on their behavior.

## Requirements

- PHP 5.4.4 *or higher*
- Symfony 2.7 *or higher Symfony 2.x version*
- eZ Publish v5.4.1+ or eZ Platform/Enterprise v1.0+, with the REST API configured to use sessions and publicly open to the YOOCHOOSE servers.
- A YOOCHOOSE subscription

This bundle is independent from the `ezrecommendation` extension used in eZ Publish legacy, and does not require it.

## Full documentation

- [Recommendation Bundle in eZ Platform documentation](https://doc.ezplatform.com/en/latest/guide/recommendation/)
- [eZ Services documentation](https://doc.ezplatform.com/projects/ezservices)