Took some queues from Endroid and bratao and hopefully got the package to v0.8.*
hopkins/predictionio-laravel-wrapper is a Laravel package for took some queues from endroid and bratao and hopefully got the package to v0.8.*.
It currently has 4 GitHub stars and 15 downloads on Packagist.
Install it with composer require hopkins/predictionio-laravel-wrapper.
Discover more Laravel packages by hopkins
or browse all Laravel packages to compare alternatives.
Last updated
*Based on bratao Based on endroid
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.
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.
$ composer require "hopkins/predictionio-laravel-wrapper:0.1.*@dev"
app/config/app.php: 'Hopkins\PredictionWrapper\PredictionWrapperServiceProvider',
app/config/app.php: 'EngineClient' => 'Hopkins\PredictionWrapper\Facades\EngineFacade',
'EventClient' => 'Hopkins\PredictionWrapper\Facades\EventFacade',
app/config/services.php: 'predictionio' => array(
'key' => '0250b3f85ce33284f77c77f36b41010ef2c4fc5c',
),
This project is licensed using DBAD. Go have a blast.