Eloquent
[READ ONLY] Subtree split of the Illuminate Database component (see laravel/framework) (by illuminate)
Simple MySQLi Class
:gem: Simple MySQLi Abstraction Layer + Doctrine/DBAL support (by voku)
Eloquent | Simple MySQLi Class | |
---|---|---|
9 | 1 | |
2,738 | 45 | |
0.2% | - | |
9.6 | 0.0 | |
4 days ago | 6 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)
Simple MySQLi Class
Posts with mentions or reviews of Simple MySQLi Class.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-01.
-
What do you consider to be PHP's most underrated feature/function?
example: https://github.com/voku/simple-mysqli/blob/e0388ac7004fb44229ada98a6bca6580b4cdc7ad/src/voku/db/Result.php#L529
What are some alternatives?
When comparing Eloquent and Simple MySQLi Class you can also consider the following projects:
Doctrine - Doctrine Object Relational Mapper (ORM)
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
Propel - Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
Elasticsearch Eloquent - ⚡️ Models like Eloquent for Elasticsearch.
RedBean - ORM layer that creates models, config and database on the fly