Eloquent ORM topic

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 in app/Models and extend from Laravel's model base class Illuminate\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.

List Eloquent ORM repositories

searchable

122
Stars
22
Forks
Watchers

Search/filter functionality for Laravel's Eloquent models

sortable

51
Stars
6
Forks
Watchers

Sorting functionality for Laravel's Eloquent models

withable

24
Stars
4
Forks
Watchers

Eager load Eloquent's relations with request parameters

eloquent-approval

138
Stars
12
Forks
Watchers

Approval process for the Laravel`s Eloquent models 🟢🟡🔴

eloquent-hashids

290
Stars
21
Forks
Watchers

On-the-fly hashids for Laravel Eloquent models. (🍰 Easy & ⚡ Fast)

laravel-hashid

40
Stars
16
Forks
Watchers

HashId Implementation on Laravel Eloquent ORM

laravel-ddd-example

77
Stars
16
Forks
Watchers

Hexagonal Architecture + DDD + CQRS in PHP using Laravel 8

laragento

94
Stars
22
Forks
Watchers

Laravel/Eloquent ORM for Magento that allows you to get data directly from a Magento 2 database tables bypassing slow and outdate core code.

eager-load-pivot-relations

230
Stars
21
Forks
Watchers

Eager load pivot relations for Laravel Eloquent's BelongsToMany relation.