PHPackages                             headzoo/prediction-io-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. headzoo/prediction-io-bundle

ActiveLibrary

headzoo/prediction-io-bundle
============================

Endroid PredictionIO Bundle for Symfony

1.1.3(11y ago)02.7k1MITPHPPHP &gt;=5.3.0

Since Oct 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/headzoo/EndroidPredictionIOBundle)[ Packagist](https://packagist.org/packages/headzoo/prediction-io-bundle)[ Docs](https://github.com/headzoo/EndroidPredictionIoBundle)[ RSS](/packages/headzoo-prediction-io-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (8)Used By (0)

Endroid PredictionIO Bundle
===========================

[](#endroid-predictionio-bundle)

*By [endroid](http://endroid.nl/)*

[![Build Status](https://camo.githubusercontent.com/6ecf01ae117be5560a3c4d253f79a041a1daadc958d32d952bfe63300d1bc7a2/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f656e64726f69642f456e64726f696450726564696374696f6e494f42756e646c652e706e67)](http://travis-ci.org/endroid/EndroidPredictionIOBundle)[![Latest Stable Version](https://camo.githubusercontent.com/fc1cde079a561e35cbe09f2911151deec5e1995e8ace72fe5207ca067f16d540/68747470733a2f2f706f7365722e707567782e6f72672f656e64726f69642f70726564696374696f6e2d696f2d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/endroid/prediction-io-bundle)[![Total Downloads](https://camo.githubusercontent.com/b92635be3f64027333504c162cc637e5f1a025050cd37bb77ff05b9a8bd18dd3/68747470733a2f2f706f7365722e707567782e6f72672f656e64726f69642f70726564696374696f6e2d696f2d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/endroid/prediction-io-bundle)

This bundle provides easy integration with [`PredictionIO`](http://prediction.io/). PredictionIO is an open source machine learning server for software developers to create predictive features, such as personalization, recommendation and content discovery. Based on [`Apache Mahout`](http://mahout.apache.org/) scalable machine learning libraries.

The bundle registers the Endroid [`PredictionIO`](https://github.com/endroid/PredictionIO) client as a service in your Symfony project. This client can then be used to register actions between users and items and to retrieve recommendations provided by any PredictionIO server. Applications range from showing recommended products in a web shop to discovering relevant experts in a social collaboration network.

[![knpbundles.com](https://camo.githubusercontent.com/297f87f3aade3a3247b312fb4bc4e5707dcd799d3566793a56e80b233b99ec36/687474703a2f2f6b6e7062756e646c65732e636f6d2f656e64726f69642f456e64726f696450726564696374696f6e494f42756e646c652f62616467652d73686f7274)](http://knpbundles.com/endroid/EndroidPredictionIOBundle)

Requirements
------------

[](#requirements)

- Symfony
- Dependencies:
- [`endroid/PredictionIO`](https://github.com/endroid/PredictionIO)

Installation
------------

[](#installation)

### Add in your composer.json

[](#add-in-your-composerjson)

```
{
    "require": {
        "endroid/prediction-io-bundle": "dev-master"
    }
}
```

### Install the bundle

[](#install-the-bundle)

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update endroid/prediction-io-bundle
```

Composer will install the bundle to your project's `vendor/endroid` directory.

### Enable the bundle via the kernel

[](#enable-the-bundle-via-the-kernel)

```
