PHPackages                             hopkins/predictionio-laravel-wrapper - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hopkins/predictionio-laravel-wrapper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hopkins/predictionio-laravel-wrapper
====================================

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

415[1 issues](https://github.com/michael-hopkins/PredictionIO-Laravel-Wrapper/issues)PHP

Since Feb 8Pushed 11y ago1 watchersCompare

[ Source](https://github.com/michael-hopkins/PredictionIO-Laravel-Wrapper)[ Packagist](https://packagist.org/packages/hopkins/predictionio-laravel-wrapper)[ RSS](/packages/hopkins-predictionio-laravel-wrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel PredictionIO
====================

[](#laravel-predictionio)

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

[](#super-alpha-probably-not-even-safe-to-use-in-your-dev-environment-much-less-prod)

\*Based on [bratao](http://github.com/bratao)*Based on [endroid](http://endroid.nl/)*

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`](http://prediction.io/) recommendation engine. Applications range from showing recommended products in a web shop to discovering relevant experts in a social collaboration network.

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

[](#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',
```

- Define your [PredictionIO API endpoint](http://docs.prediction.io/current/tutorials/quickstart-php.html#add-your-app-to-predictionio) in `app/config/services.php`:

```
	'predictionio' => array(
		'key' => '0250b3f85ce33284f77c77f36b41010ef2c4fc5c',
	),
```

License
=======

[](#license)

This project is licensed using [DBAD](http://www.dbad-license.org/). Go have a blast.

Thanks to
---------

[](#thanks-to)

- Braunson Yager
- Laurent Goussard

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/46a413ff06833668c1a7ce60ad577cf0e5c774f7ac1934f478a7287091f7314c?d=identicon)[michael-hopkins](/maintainers/michael-hopkins)

### Embed Badge

![Health badge](/badges/hopkins-predictionio-laravel-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/hopkins-predictionio-laravel-wrapper/health.svg)](https://phpackages.com/packages/hopkins-predictionio-laravel-wrapper)
```

###  Alternatives

[ournameismud/fractal

Custom Fractal plugin

148.7k1](/packages/ournameismud-fractal)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
