Eloquent
[READ ONLY] Subtree split of the Illuminate Database component (see laravel/framework) (by illuminate)
Propel
Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP (by propelorm)
Eloquent | Propel | |
---|---|---|
9 | 3 | |
2,738 | 1,269 | |
0.2% | -0.1% | |
9.6 | 7.3 | |
4 days ago | 2 months ago | |
PHP | PHP | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Eloquent
Posts with mentions or reviews of Eloquent.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-30.
-
Improving Eloquent for real: test setup
I'm not going to pretend that my improvements will land in the official Laravel code any time soon, or ever. So I am going to use the illuminate/database repository. Because it is a sub module of the laravel/framework this has a few problems. The biggest problem is that there are no tests.
-
Recommend a pre-written framework for basic, local, offline xampp-based software?
Eloquent (docs for query builder and ORM) or Doctrine (docs for (ddbal query builder) and ORM - note, these are separate libraries, but the ORM includes dbal).
- Suggestions for MySQL wrapper or helper or interface library for PHP?
- Laravel mixins
-
laravel migration as separate package
You can use the database component: https://github.com/illuminate/database
-
“The most scarily/stunningly impressive linguistic feat I’ve ever seen“
A similar example: in Laravel's codebase, every line in a doc block is 3 characters shorter than the line above it.
Example: https://github.com/illuminate/database/blob/master/Eloquent/...
-
[Part 3/100] Eloquent sucks
View on GitHub
- [Junior Developer] Can someone code-review my project?
-
IMHO: JSX > PHP Templating
In this case, getting started might be rough unless you know Laravel well, because there's not even a readme there (in contrast to e.g. https://github.com/illuminate/database#illuminate-database which has a clear guide how to use it)
Propel
Posts with mentions or reviews of Propel.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-20.
-
Ask HN: Programs that saved you 100 hours? (2022 edition)
Just generate the classes from the database. Very fast to iterate from.
https://propelorm.org/
- A good and easy to use active record database library
What are some alternatives?
When comparing Eloquent and Propel you can also consider the following projects:
Doctrine - Doctrine Object Relational Mapper (ORM)
RedBean - ORM layer that creates models, config and database on the fly
Elasticsearch Eloquent - ⚡️ Models like Eloquent for Elasticsearch.
Medoo - The lightweight PHP database framework to accelerate the development.