PHPackages                             ivoba/redbean-service-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. [Database &amp; ORM](/categories/database)
4. /
5. ivoba/redbean-service-provider

ActiveLibrary[Database &amp; ORM](/categories/database)

ivoba/redbean-service-provider
==============================

A RedBean ORM ServiceProvider for Silex.

3.0.1(9y ago)81964MITPHPPHP &gt;=5.5.9

Since Nov 11Pushed 9y ago3 watchersCompare

[ Source](https://github.com/ivoba/redbean-service-provider)[ Packagist](https://packagist.org/packages/ivoba/redbean-service-provider)[ RSS](/packages/ivoba-redbean-service-provider/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (7)Used By (0)

RedBeanServiceProvider
======================

[](#redbeanserviceprovider)

A [RedBean ORM](http://redbeanphp.com) ServiceProvider for [Silex](http://silex.sensiolabs.org).

[![Build Status](https://camo.githubusercontent.com/b12839940fee93c814d22d6d8c774a4425df2353c7c8e3f71808139850a091df/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f69766f62612f7265646265616e2d736572766963652d70726f76696465722e737667)](https://travis-ci.org/ivoba/redbean-service-provider)

Usage
-----

[](#usage)

- Define a db.options array in `$app` with *dsn*, *user*, *password* and *frozen* entries.
    Or just pass the array while registering. see below.
- Register the Service:

    ```
    register(new">```
                                                                                              'dsn' => 'sqlite:/tmp/db.sqlite'
                                                                                          )));```

    ```
    ```
- Init RedBean with calling `$app['db'];`.
    This you can do in your controller or more general.
    Then you can access your configured Facade R.

    ```
    use RedBean_Facade as R;
    ...
    $app['db'];
    ...
    $e = R::findAll('table',' ORDER BY date DESC LIMIT 2');

    ```

Happy tight coupling ;)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 94.4% 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 ~240 days

Recently: every ~214 days

Total

6

Last Release

3413d ago

Major Versions

0.1.0 → 1.0.02014-10-20

1.0.0 → 2.0.02015-12-30

2.0.1 → 3.0.02016-05-24

PHP version history (3 changes)1.0.0PHP &gt;=5.3.3

2.0.1PHP &gt;=5.3.4

3.0.0PHP &gt;=5.5.9

### Community

Maintainers

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

---

Top Contributors

[![ivoba](https://avatars.githubusercontent.com/u/471254?v=4)](https://github.com/ivoba "ivoba (17 commits)")[![Jleagle](https://avatars.githubusercontent.com/u/381099?v=4)](https://github.com/Jleagle "Jleagle (1 commits)")

---

Tags

redbeansilexsilexredbean

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ivoba-redbean-service-provider/health.svg)

```
[![Health](https://phpackages.com/badges/ivoba-redbean-service-provider/health.svg)](https://phpackages.com/packages/ivoba-redbean-service-provider)
```

###  Alternatives

[csanquer/pdo-service-provider

a PDO database service provider for silex

19199.0k](/packages/csanquer-pdo-service-provider)[dbtlr/silex-doctrine-migrations

Doctrine migration service provider for Silex

1124.5k1](/packages/dbtlr-silex-doctrine-migrations)[moriony/silex-mongo-provider

Mongo service provider for the Silex framwork.

118.5k](/packages/moriony-silex-mongo-provider)

PHPackages © 2026

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