Eloquent
[READ ONLY] Subtree split of the Illuminate Database component (see laravel/framework) (by illuminate)
Cake ORM
[READ-ONLY] A flexible, lightweight and powerful Object-Relational Mapper for PHP, implemented using the DataMapper pattern. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp (by cakephp)
Eloquent | Cake ORM | |
---|---|---|
9 | 1 | |
2,738 | 147 | |
0.2% | 0.0% | |
9.6 | 0.0 | |
4 days ago | about 1 month ago | |
PHP | PHP | |
MIT License | GNU General Public License v3.0 or later |
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)
Cake ORM
Posts with mentions or reviews of Cake ORM.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-12.
-
🔥 Yii Database abstraction release
The CakePHP ORM has been available as a standalone for https://github.com/cakephp/orm for many years.
What are some alternatives?
When comparing Eloquent and Cake ORM you can also consider the following projects:
Doctrine - Doctrine Object Relational Mapper (ORM)
Propel - Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
Simple MySQLi Class - :gem: Simple MySQLi Abstraction Layer + Doctrine/DBAL support
RedBean - ORM layer that creates models, config and database on the fly
PHP library access Firebase RESTful API - A working Firebase http client