PHPackages                             lj4/redbean-laravel4 - 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. lj4/redbean-laravel4

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

lj4/redbean-laravel4
====================

An implementation of RedBean for Laravel 4. Although Redbean has a composer install option, it is not recommended. This solution also implements namespaces for Redbean.

22041PHP

Since Jun 15Pushed 12y ago2 watchersCompare

[ Source](https://github.com/valedaemon/redbean-laravel4)[ Packagist](https://packagist.org/packages/lj4/redbean-laravel4)[ RSS](/packages/lj4-redbean-laravel4/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

The Redbean Implementation for Laravel 4
========================================

[](#the-redbean-implementation-for-laravel-4)

\[Redbean PHP\] () is an ORM solution for PHP which is extremely easy to use, flexible in its execution, and powerful in its results.

This composer package enables RedbeanPHP for Laravel 4.

Installation
------------

[](#installation)

Installation is easy. In your composer.json file, add

```
"lj4/redbean-laravel4": "dev-master"
```

in your "require" section. Then, in app/config/app.php, add

```
'Lj4\RedbeanLaravel4\RedbeanLaravel4ServiceProvider'
```

in your providers array and

```
'R' => 'Redbean\R',
```

in your aliases array. That's it!

Namespaces?
-----------

[](#namespaces)

If you are wondering why this implementation has namespaces, I've converted the rb.php file to namespaced one with a few tweaks to \[this file\] ([http://redbeanphp.com/extra/php\_5\_3\_namespaces](http://redbeanphp.com/extra/php_5_3_namespaces)).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

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

---

Top Contributors

[![valedaemon](https://avatars.githubusercontent.com/u/974291?v=4)](https://github.com/valedaemon "valedaemon (20 commits)")

### Embed Badge

![Health badge](/badges/lj4-redbean-laravel4/health.svg)

```
[![Health](https://phpackages.com/badges/lj4-redbean-laravel4/health.svg)](https://phpackages.com/packages/lj4-redbean-laravel4)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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