PHP ActiveRecord icon
PHP ActiveRecord icon

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

  • FreeOpen Source

Platforms

  • Self-Hosted
2 / 5 Avg rating (1)
0likes
1comment
0news articles

Features

Suggest and vote on features
  1.  Object Relational Mapping
  2.  PhpMyAdmin

PHP ActiveRecord News & Activities

Highlights All activities

Recent activities

Show all activities

PHP ActiveRecord information

  • Developed by

    Clay vanSchalkwijk, Jacques Fuentes, Kien La
  • Licensing

    Open Source and Free product.
  • Alternatives

    11 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Our users have written 1 comments and reviews about PHP ActiveRecord, and it has gotten 0 likes

PHP ActiveRecord was added to AlternativeTo by AdinanCenci on Mar 25, 2017 and this page was last updated Sep 9, 2022.

Comments and Reviews

   
 Post comment/review
Top Negative Comment
AdinanCenci
Jun 28, 2018
0

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

What is PHP ActiveRecord?

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. Unlike other ORMs, you do not need to use any code generators nor maintain mapping files for your tables. This library was inspired by Ruby on Rails' implementation and therefore borrows many of its conventions and ideas. The library is licensed under the MIT License and so you are completely free to do whatever you want with it.