simirimia/redbean

composer-enabled fork of RedBeanPHP ORM


Keywords
orm
Licenses
BSD-3-Clause/GPL-2.0

Documentation

THIS REPOSITORY IS DEPRECATED

The whole point of it was to have a composer-enabled version of RedBeanPHP. In the meantime Gabor accepted the neccessary changes in the main repository and so there is no need for a separate fork anymore.

Please change your composer.json files to use the main repository (which is https://github.com/gabordemooij/redbean):

{
    "require": {
        "gabordemooij/redbean": "dev-master"
    }
}

More information

For more information about RedBeanPHP please consult the RedBeanPHP website:

http://www.redbeanphp.com/