2017 © Pedro Peláez
 

library predictionio-laravel-wrapper

Took some queues from Endroid and bratao and hopefully got the package to v0.8.*

image

hopkins/predictionio-laravel-wrapper

Took some queues from Endroid and bratao and hopefully got the package to v0.8.*

  • Sunday, February 8, 2015
  • by michael-hopkins
  • Repository
  • 1 Watchers
  • 4 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel PredictionIO

SUPER ALPHA, PROBABLY NOT EVEN SAFE TO USE IN YOUR DEV ENVIRONMENT MUCH LESS PROD

Based on bratao *Based on endroid, (*1)

The Laravel PredictionIO library provides a client which offers easy access to a PredictionIO recommendation engine. PredictionIO is an open source machine learning server for software developers to create predictive features, such as personalization, recommendation and content discovery., (*2)

Through a small set of simple calls, all server functionality is exposed to your application. You can add users and items, register actions between these users and items and retrieve recommendations deduced from this information by any PredictionIO recommendation engine. Applications range from showing recommended products in a web shop to discovering relevant experts in a social collaboration network., (*3)

Installation

  • Install library and dependencies:
$ composer require "hopkins/predictionio-laravel-wrapper:0.1.*@dev"
  • Add a provider in app/config/app.php:
    'Hopkins\PredictionWrapper\PredictionWrapperServiceProvider',
  • Add an alias in app/config/app.php:
    'EngineClient'      => 'Hopkins\PredictionWrapper\Facades\EngineFacade',
    'EventClient'       => 'Hopkins\PredictionWrapper\Facades\EventFacade',
    'predictionio' => array(
        'key' => '0250b3f85ce33284f77c77f36b41010ef2c4fc5c',
    ),

License

This project is licensed using DBAD. Go have a blast., (*4)

Thanks to

  • Braunson Yager
  • Laurent Goussard

The Versions

08/02 2015

dev-master

9999999-dev

Took some queues from Endroid and bratao and hopefully got the package to v0.8.*

  Sources   Download

MIT

The Requires

 

laravel api wrapper machine learning predictionio