PHPackages                             ycms/redbean-laravel5 - 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. ycms/redbean-laravel5

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

ycms/redbean-laravel5
=====================

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.

016PHP

Since Jul 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ycms/redbean-laravel5)[ Packagist](https://packagist.org/packages/ycms/redbean-laravel5)[ RSS](/packages/ycms-redbean-laravel5/feed)WikiDiscussions master Synced 1mo 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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/a7a3e86f4c5b8711afc3fa0c0cc06cc93ea32bd4a6056085ca67419d6715e378?d=identicon)[ycms](/maintainers/ycms)

### Embed Badge

![Health badge](/badges/ycms-redbean-laravel5/health.svg)

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

###  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)
