PHPackages                             potelo/laravel-predictionio - 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. potelo/laravel-predictionio

ActiveLibrary[API Development](/categories/api)

potelo/laravel-predictionio
===========================

Laravel wrapper for PredictionIO v0.9.\*

0.0.2(5y ago)2721MITPHP

Since Sep 21Pushed 5y ago4 watchersCompare

[ Source](https://github.com/Potelo/laravel-predictionio)[ Packagist](https://packagist.org/packages/potelo/laravel-predictionio)[ RSS](/packages/potelo-laravel-predictionio/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

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

[](#laravel-predictionio)

\*Based on [michaeljhopkins](https://github.com/michaeljhopkins/PredictionIO-Laravel-Wrapper)

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 "potelo/laravel-predictionio:0.1.*@dev"
```

- Add a **provider** in `app/config/app.php`:

```
    Potelo\LaravelPredictionIO\Provider\PredictionIOServiceProvider::class
```

- Add an **alias** in `app/config/app.php`:

```
    'EngineClient'      => Potelo\LaravelPredictionIO\Facades\EngineFacade::class,
        'EventClient'       => Potelo\LaravelPredictionIO\Facades\EventFacade::class,
```

- 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' => [
		'key' => '0250b3f85ce33284f77c77f36b41010ef2c4fc5c',
		'url' => 'http://localhost:7200'
	],
```

License
=======

[](#license)

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

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~1224 days

Total

2

Last Release

2025d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ffd057699c6f31586d7883c4f8a903048c26a1c3ccef618caf02738ddfd254ee?d=identicon)[potelo](/maintainers/potelo)

---

Top Contributors

[![gabrielpeixoto](https://avatars.githubusercontent.com/u/3699061?v=4)](https://github.com/gabrielpeixoto "gabrielpeixoto (2 commits)")[![jprodrigues70](https://avatars.githubusercontent.com/u/9157395?v=4)](https://github.com/jprodrigues70 "jprodrigues70 (2 commits)")

---

Tags

apilaravelwrappermachine learningpredictionio

### Embed Badge

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

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

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

818355.4k3](/packages/defstudio-telegraph)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)

PHPackages © 2026

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