2017 © Pedro Peláez
 

symfony-bundle predictionio-bundle

Symfony2 Bundle for PredictionIO integration

image

codag/predictionio-bundle

Symfony2 Bundle for PredictionIO integration

  • Friday, April 17, 2015
  • by backender
  • Repository
  • 3 Watchers
  • 10 Stars
  • 4,634 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

CodagPredictionIOBundle

This bundle provides an PredictionIO integration for your Symfony2 Project., (*1)

Build Status Total Downloads Latest Stable Version, (*2)

PredictionIO Methods Supported, (*3)

This Bundle is just a wrapper for the PredictionIO-PHP-SDK and will support all methods provided in the SDK., (*4)

Installation

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

Step 1: Add CodagAlchemyApiBundle to your composer.json

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

Update your project dependencies:, (*5)

php composer.phar update codag/predictionio-bundle

Step 2: Enable the bundle

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Codag\PredictionIOBundle\CodagPredictionIOBundle(),
    );
}

Step 3: Configure the bundle

Yml configuration:, (*6)

# app/config/config.yml

codag_prediction_io:
    app_key: Your App Key
    api_url: Your Api Url  # Optional

Usage

This bundle provides the service codag.predictionio, (*7)

<?php
$client = $this->get('codag.predictionio')->getClient();

For further implementation examples please see also our Sandbox., (*8)

Contribute

If the bundle doesn't allow you to customize an option, I invite you to fork the project, create a feature branch, and send a pull request., (*9)

To ensure a consistent code base, you should make sure the code follows the Coding Standards., (*10)

License

This bundle is under the MIT license. See the complete license here., (*11)

The Versions

17/04 2015

dev-develop

dev-develop http://prediction.io

Symfony2 Bundle for PredictionIO integration

  Sources   Download

Apache-2.0

The Requires

 

api predictionio

23/11 2013

dev-master

9999999-dev http://prediction.io

Symfony2 Bundle for PredictionIO integration

  Sources   Download

Apache-2.0

The Requires

 

api predictionio

23/11 2013

1.1.0

1.1.0.0 http://prediction.io

Symfony2 Bundle for PredictionIO integration

  Sources   Download

Apache-2.0

The Requires

 

api predictionio

09/11 2013

1.0.0

1.0.0.0 http://prediction.io

Symfony2 Bundle for PredictionIO integration

  Sources   Download

Apache-2.0

The Requires

 

api predictionio