Eloquent
[READ ONLY] Subtree split of the Illuminate Database component (see laravel/framework) (by illuminate)
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things. (by laravel)
Eloquent | Laravel | |
---|---|---|
9 | 422 | |
2,738 | 81,923 | |
0.3% | 0.7% | |
9.6 | 8.8 | |
4 days ago | 11 days ago | |
PHP | Blade | |
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)
Laravel
Posts with mentions or reviews of Laravel.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-30.
-
Spot2 CTO's Tips for Developing
We learned this lesson the hard way. Our initial Laravel and Next.js applications worked beautifully for a small team, but as we added more software developers, merge conflicts and build times became productivity killers. We had to refactor both our code architecture and our development processes.
-
Laravel Seeders & Factories —How to Generate Fake Data for Development
GitHub Laravel Examples: https://github.com/laravel/laravel/tree/master/database/factories
-
Build a Command Line TODO App with Goravel Console
You may have used Laravel (personally, I’ve used it a lot!). I love its developer-friendly experience and straightforward architecture. However, for the Go community, something similar was missing. Enter Goravel—a framework that makes life easier for PHP developers like me who want to work with Go.
- Unfiltered - Anonymous Inbox for the Internet
-
I analyzed how Supabase and Laravel launched. Here's what I learned.
Laravel is a PHP web framework used by developers around the world. In March 2024, they launched Laravel Cloud with a full lineup of updates. All dropped at once.
-
How to Build a Blog with Laravel (& Send Slack Notifications)
Laravel is a full-stack PHP framework that can be integrated with powerful front-end frameworks such as React or Vue.js. With Laravel, you’ll be creating websites and apps that are scalable and capable of growth.
-
Everything about AI Function Calling (MCP), the keyword for Agentic AI
If you're planning to convert a backend server to an AI agent using function calling, avoid languages and frameworks that require developers to manually write JSON schemas, such as PHP Laravel and Java Spring RestDocs.
-
A Structured Workflow for "Vibe Coding" Full-Stack Apps
Using a full-stack framework with batteries-included, such as Wasp for JavaScript (React, Node.js, Prisma) or Laravel for PHP, takes the complexity out of piecing the different parts of the stack together. Since these frameworks are opinionated, they've chosen a set of tools that work well together, and the have the added benefit of doing a lot of work under-the-hood. In the end, the AI can focus on just the business logic of the app.
-
How to Implement Google Login in Laravel
Laravel installed (version 8+ recommended)
-
Laravel is How Development Should Be
I have been learning Laravel. If you read this article of mine you will recall I said I wouldn't reach for Laravel because I already use TYPO3. I had to walk back that statement when I realised while I have TYPO3, it is better suited to more involved projects.
What are some alternatives?
When comparing Eloquent and Laravel you can also consider the following projects:
Doctrine - Doctrine Object Relational Mapper (ORM)
Spiral Framework - High-Performance PHP Framework
Propel - Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
Yii2 - Yii 2: The Fast, Secure and Professional PHP Framework
RedBean - ORM layer that creates models, config and database on the fly
Phalcon - High performance, full-stack PHP framework delivered as a C extension.