eloquent-orm
Eloquent is an ORM which is part of the Laravel framework. When using Eloquent, each database table has a corresponding "Model" that is used to interact with that table. Eloquent models are usually stored inapp/Models
and extend from Laravel's model base classIlluminate\Database\Eloquent\Model
. In addition to retrieving records from the database table, Eloquent models allow you to insert, update, and delete records from the table as well.
Here are 210 public repositories matching this topic...
Language:All
Sort:Most stars
Eloquent ORM for Java 8, 11, 17, 21 and Spring boot 2.x , 3.x
- Updated
Mar 19, 2025 - Java
A minimalistic analytics package for Laravel with seamless view tracking for Eloquent models
- Updated
Mar 19, 2025 - PHP
Eloquent Filter is a package for filter data of models by the query strings. Easy to use and fully dynamic.
- Updated
Mar 20, 2025 - PHP
Laravel Rewind is a powerful and efficient versioning package for your Eloquent models
- Updated
Feb 28, 2025 - PHP
🔍 Enhance Laravel queries with adaptable, customisable filters and intelligent caching to improve both performance and functionality.
- Updated
Feb 25, 2025 - PHP
👾 Gracefully restrict deletion of Laravel Eloquent models
- Updated
Feb 24, 2025 - PHP
Laravel Elasticsearch: An Elasticsearch implementation of Laravel's Eloquent ORM
- Updated
Mar 19, 2025 - PHP
Laravel Advanced API Architecture for Small to Big Project with Auth, Repository, Interfaces, Unit Testing and so many stuffs with Laravel 11.x
- Updated
Mar 30, 2024 - PHP
More powerful Golang ORM, just like Laraval or Thinkphp's eloquent ORM framework, Use easily but highly secure and performance enhanced in the core. Based on database/sql
- Updated
Mar 4, 2024 - Go
⏰📊✨Laravel Time Series - Provides an API to create and maintain data projections (statistics, aggregates, etc.) from your Eloquent models, and convert them to time series.
- Updated
Feb 1, 2025 - PHP
✨ WordPress ORM with Eloquent, an object-relational mapper that makes it enjoyable to interact with your database.
- Updated
Mar 14, 2025 - PHP
Low code , Zero Configuration ORM that creates models, config, database and tables on the fly.
- Updated
Mar 3, 2025 - PHP
An OpenSearch implementation of Laravel's Eloquent ORM
- Updated
Nov 5, 2024 - PHP
Opportunity - A Job Portal Site with Laravel and MySQL. Search job with job title or location. Save/apply for the job. Edit information and build an online resume. An employer can post a job, view candidates' resume who are applied for the job.
- Updated
Mar 2, 2023 - Blade
Larasort : Column sorting with Laravel - Eloquent sortable
- Updated
Feb 26, 2025 - PHP
Use eloquent in php without laravel
- Updated
Dec 12, 2017 - PHP
Actually some times i forget the syntax or uses it's really painful for me to search over google and see documentation again again what's why i put some uses of eloquent query what i need for project :)
- Updated
Aug 8, 2018
Eloquence provides a cache on top of Eloquent that prevents multiple models being created for a single database row using the Identity Map design pattern.
- Updated
Jul 8, 2020 - PHP
jLoquent - A Java ORM based on Laravel's Eloquent
- Updated
Dec 16, 2018 - Java
Software of Application with Laravel and MySQL
- Updated
Feb 1, 2023 - PHP