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

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

codyrobert/redbean-single-file
==============================

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

4.1.4(11y ago)051MITPHPPHP &gt;=5.3.3

Since Jan 14Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

RedBeanPHP 4 Single File (5.3.3)
================================

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

This is a fork from [yeriomin/redbean-single-file](https://github.com/yeriomin/redbean-single-file) with the [patch](http://redbeanphp.com/install#p533patch) applied for &lt; PHP 5.3.3.

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:

```
