2017 © Pedro Peláez
 

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

image

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.

  • Friday, July 17, 2015
  • by ycms
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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., (*1)

This composer package enables RedbeanPHP for Laravel 4., (*2)

Installation

Installation is easy. In your composer.json file, add, (*3)

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

in your "require" section. Then, in app/config/app.php, add, (*4)

'Lj4\RedbeanLaravel4\RedbeanLaravel4ServiceProvider'

in your providers array and, (*5)

'R' => 'Redbean\R',

in your aliases array. That's it!, (*6)

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)., (*7)

The Versions

17/07 2015

dev-master

9999999-dev

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.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Thomas Johnson