Download the PHP package ivoba/redbean-service-provider without Composer
On this page you can find all versions of the php package ivoba/redbean-service-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package redbean-service-provider
RedBeanServiceProvider
A RedBean ORM ServiceProvider for Silex.
Usage
- Define a db.options array in with dsn, user, password and frozen entries.
Or just pass the array while registering. see below. -
Register the Service:
-
Init RedBean with calling .
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 ;)
All versions of redbean-service-provider with dependencies
PHP Build Version
Package Version
The package ivoba/redbean-service-provider contains the following files
Loading the files please wait ....