
pico-orm
Small, lightweight, easy to use, but also powerful PHP ORM.
Features:
multiple database connections
high level field mappings
tables can have transparent relations to tables in external databases
really small - only 4 classes
works even with older PHP versions (tested on 5.2.0)
Doesn't support many-to-many yet! But you can use it as 2 one-to-many/many-to-one relations.
Project Information
The project was created on Jun 18, 2011.
- License: MIT License
- hg-based source control