respect / relational
Fluent Database Toolkit
Installs: 17 876
Dependents: 5
Suggesters: 1
Security: 0
Stars: 243
Watchers: 22
Forks: 32
Open Issues: 14
Requires
- php: >=5.4.0
- respect/data: ~0.2.2
Requires (Dev)
- phpunit/phpunit: ~4.4.0
README
A fluent, intuitive ORM for any relational database engine.
- Near-zero configuration.
- Fluent interfaces like
$mapper->author[7]->fetch();
(and concrete ones if you want). - Adapts itself to different database styles.
- Records are handled as Plain Data Object.
- No need to generate a thing, nada, nothing, zilch, bugger all!
This documentation is a work in progress! Kindly forward any issues you may find back to us =)