PHPackages                             bcc/myrrix-edition - 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. bcc/myrrix-edition

ActiveLibrary

bcc/myrrix-edition
==================

The "Myrrix Edition"

711JavaScript

Since May 3Pushed 13y ago2 watchersCompare

[ Source](https://github.com/michelsalib/BCCMyrrixEdition)[ Packagist](https://packagist.org/packages/bcc/myrrix-edition)[ RSS](/packages/bcc-myrrix-edition/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Myrrix Edition
==============

[](#myrrix-edition)

Welcome to the Myrrix demo for Symfony2. It relies on the Symfony2 standard edition, adding BCCMyrrixBundle, and a tweaked version of the AcmeBundle that runs an example of recommender engine based on the MovieLens dataset.

1. Whats inside

---

- Symfony2 standard edition 2.2 RC1 ()
- Myrrix serving layer 0.9 ()
- The MovieLens dataset 1M ()
- A AcmeDemoBundle working as a recommending website

3. Running the example

---

You first need to have composer installed:

```
curl -s http://getcomposer.org/installer | php

```

First get the code. You can download it or get it via composer:

```
php composer.phar create-project bcc/myrrix-edition path/to/install

```

Start myrrix using this command line:

```
java -Dmodel.features=18 -jar myrrix.jar --localInputDir app/cache/myrrix --port 84

```

Then install the dependencies:

```
php composer.phar install

```

You then need to setup your database (you can change any default configuration in the app/config/parameters.yml file):

```
php app/console doctrine:database:create
php app/console doctrine:schema:create

```

Then you have to load all the data of the MovieLens dataset into your database and into the myrrix recommender engine:

```
php app/console --env=prod acme:demo:load-data-set

```

This will take a very long time, it will output a message every 1000 inserted rows, there are 1 000 000 items to load.

You can now navigate into the root url and test the recommender engine.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ba55d1950b66f4201ce6228c3ade4024b67b5ebe28c1385709b02c0e3ef1179?d=identicon)[michelsalib](/maintainers/michelsalib)

---

Top Contributors

[![passkey1510](https://avatars.githubusercontent.com/u/175699?v=4)](https://github.com/passkey1510 "passkey1510 (1 commits)")

### Embed Badge

![Health badge](/badges/bcc-myrrix-edition/health.svg)

```
[![Health](https://phpackages.com/badges/bcc-myrrix-edition/health.svg)](https://phpackages.com/packages/bcc-myrrix-edition)
```

PHPackages © 2026

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