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 today

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 47% 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

1980d 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

[aerni/laravel-spotify

A Laravel wrapper for the Spotify Web API

208157.8k](/packages/aerni-laravel-spotify)[asciisd/zoho

Laravel wrapper for Zoho CRM API v8

3853.8k](/packages/asciisd-zoho)[deviddev/billingo-api-v3-wrapper

This is a simple Laravel wrapper for Billingo (billingo.hu) API V3 SwaggerHUB PHP SDK.

2218.1k](/packages/deviddev-billingo-api-v3-wrapper)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[lasserafn/laravel-economic

Economic REST wrapper for Laravel

1119.4k](/packages/lasserafn-laravel-economic)

PHPackages © 2026

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