PHPackages                             yeriomin/redbean-single-file - 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. yeriomin/redbean-single-file

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

yeriomin/redbean-single-file
============================

RedBeanPHP is an easy-to-use, on-the-fly ORM for PHP.

4.3.4(9y ago)34.8k53MITPHPPHP &gt;=5.3.3

Since Jan 14Pushed 9y ago3 watchersCompare

[ Source](https://github.com/yeriomin/redbean-single-file)[ Packagist](https://packagist.org/packages/yeriomin/redbean-single-file)[ Docs](https://github.com/yeriomin/redbean-single-file)[ RSS](/packages/yeriomin-redbean-single-file/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)DependenciesVersions (10)Used By (3)

RedBeanPHP 4 Single File
========================

[](#redbeanphp-4-single-file)

In this package there is only one file - rb.php. The one you would get by clicking [Download RedBeanPHP](http://redbeanphp.com/downloadredbean.php) on the redbean download page.

Unfortunately the [composer workaround](https://github.com/necenzurat/redbeanphp-composer) provided there does not allow creating composer packages with redbean dependency, it only allows adding redbean to your project locally (see [composer FAQ](https://getcomposer.org/doc/faqs/why-can't-composer-load-repositories-recursively.md) for details).

Also, the package gabordemooij/redbean created from [the redbean github repo](https://github.com/gabordemooij/redbean) only provides a way to get the source and does not let you just require it and use. For example after `$ composer require gabordemooij/redbean` You will not be able to run the following file:

```
