PHPackages                             codag/predictionio-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. [API Development](/categories/api)
4. /
5. codag/predictionio-bundle

ActiveSymfony-bundle[API Development](/categories/api)

codag/predictionio-bundle
=========================

Symfony2 Bundle for PredictionIO integration

1.1.0(12y ago)104.6k11Apache-2.0PHPPHP &gt;=5.3.2

Since Nov 9Pushed 11y ago3 watchersCompare

[ Source](https://github.com/Codag/PredictionIOBundle)[ Packagist](https://packagist.org/packages/codag/predictionio-bundle)[ Docs](http://prediction.io)[ RSS](/packages/codag-predictionio-bundle/feed)WikiDiscussions develop Synced 3d ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (1)

CodagPredictionIOBundle
=======================

[](#codagpredictioniobundle)

This bundle provides an [PredictionIO](http://prediction.io/) integration for your Symfony2 Project.

[![Build Status](https://camo.githubusercontent.com/c4f9e5813a886c2c21dec87d518ad1521b15847d634edcb6d6785f41f2afbf1f/68747470733a2f2f7472617669732d63692e6f72672f436f6461672f50726564696374696f6e494f42756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Codag/PredictionIOBundle)[![Total Downloads](https://camo.githubusercontent.com/0992e9e97b370cdcf5701cd0ac9cc84af97804b02a06ab94fe85775a08209607/68747470733a2f2f706f7365722e707567782e6f72672f636f6461672f70726564696374696f6e696f2d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/codag/predictionio-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/7bd5a5c36c33629c459a01c8a7848d73489f4d6d7b0b432e0f2ce8fa23470480/68747470733a2f2f706f7365722e707567782e6f72672f636f6461672f70726564696374696f6e696f2d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/codag/predictionio-bundle)

**PredictionIO Methods Supported**

This Bundle is just a wrapper for the [PredictionIO-PHP-SDK](https://github.com/PredictionIO/PredictionIO-PHP-SDK) and will support all methods provided in the SDK.

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

[](#installation)

1. Add CodagPredictionIOBundle to your composer.json
2. Enable the bundle
3. Configure the bundle

### Step 1: Add CodagAlchemyApiBundle to your composer.json

[](#step-1-add-codagalchemyapibundle-to-your-composerjson)

```
{
    "require": {
        "codag/predictionio-bundle": "dev-master"
    }
}
```

Update your project dependencies:

```
php composer.phar update codag/predictionio-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

```
