• Stars
    star
    243
  • Rank 160,337 (Top 4 %)
  • Language
    PHP
  • License
    Other
  • Created almost 14 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A fluent, intuitive ORM for any relational database engine

Respect\Relational

Build Status Code Coverage Latest Stable Version Total Downloads License

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 =)

Table of contents

More Repositories