RedBeanPHP
Appearance
RedBean
RedBean is a php-based ORM layer designed by Gabor de Mooij. In contrast to other ORM layers RedBean designs a database without any configuration to fit the php code. This is mostly done using reflection techniques available in php. RedBean has two modes, freeze and unfreeze. In Unfreeze mode RedBean constantly adjust databases while in freeze mode it becomes a fixed ORM layer using the existing database as a schema. RedBean is open source and licensed BSD.
External Links: