

PHP ActiveRecord
Like
PHP ActiveRecord is an open source ORM library based on the ActiveRecord pattern. It aims to massively simplify the interactions with your database and eliminate the chore of hand written SQL for common operations.
License model
- Free • Open Source
Platforms
- Self-Hosted
Features
PHP ActiveRecord News & Activities
Highlights All activities
Recent activities
- POX added PHP ActiveRecord as alternative to Objection.js and waterline
- POX added PHP ActiveRecord as alternative to Sequelize, Sqitch, TypeORM and Knex.js
Comments and Reviews
It is simple of use, there is no need to create schemas like in propel or eloquent, but ...
For once, It is not PSR compliant, every method and property is underscore named
It also forces you to use it's own patterns, if you name your table columns with capital letters, they will be returned all lowercase, no configuration over it