PHPackages                             franmomu/silex-paris-provider - 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. [Framework](/categories/framework)
4. /
5. franmomu/silex-paris-provider

ActiveLibrary[Framework](/categories/framework)

franmomu/silex-paris-provider
=============================

Silex ServiceProvider for Paris Library

41.2k4PHP

Since Oct 25Pushed 12y ago1 watchersCompare

[ Source](https://github.com/franmomu/silex-paris-provider)[ Packagist](https://packagist.org/packages/franmomu/silex-paris-provider)[ RSS](/packages/franmomu-silex-paris-provider/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ParisServiceProvider
--------------------

[](#parisserviceprovider)

Provider for integrate [Idiorm and Paris](http://j4mie.github.io/idiormandparis/) with [Silex](https://github.com/fabpot/Silex)

#### Registering

[](#registering)

```
$app->register(new FranMoreno\Silex\Provider\ParisServiceProvider());

```

#### Parameters

[](#parameters)

```
$app['idiorm.config'] = array(
    'connection_string' => 'mysql:host=localhost;dbname=my_database',
    'username' => 'database_user',
    'password' => 'top_secret'
);

$app['paris.model.prefix'] = '\\My\\Model\\';

```

#### Use in controllers

[](#use-in-controllers)

```
$app->get('/index', function (Request $request) use ($app) {

    $userFactory = $app['paris']->getModel('User');
    $results = $userFactory->find_many();

    return $app['twig']->render('index.html', array(
        'results' => $results
    ));
})

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

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/6fb2acc4b78380e076d481fde8c558fd9412992bb7556f3f0b25eca3e337ca6b?d=identicon)[franmomu](/maintainers/franmomu)

---

Top Contributors

[![franmomu](https://avatars.githubusercontent.com/u/720690?v=4)](https://github.com/franmomu "franmomu (6 commits)")

### Embed Badge

![Health badge](/badges/franmomu-silex-paris-provider/health.svg)

```
[![Health](https://phpackages.com/badges/franmomu-silex-paris-provider/health.svg)](https://phpackages.com/packages/franmomu-silex-paris-provider)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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