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.
16
Install
composer require ycms/redbean-laravel5
PHP:>=5.3.0
License:MIT
Last Updated:Jul 17, 2015
Links: GitHub  ·  Packagist
Maintainer: ycms

The Redbean Implementation for Laravel 4

[Redbean PHP] (http://redbeanphp.com) 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 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?

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

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

617,346,630 9,703
laravel/framework

The Laravel Framework.

558,184,770 34,846
laravel/tinker

Powerful REPL for the Laravel framework.

468,807,761 7,441