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

bouncer

3.4k
Stars
328
Forks
Watchers

Laravel Eloquent roles and abilities.

eloquent-dumper

31
Stars
1
Forks
Watchers

dump eloquent raw sql

EloquentFilter

1.7k
Stars
118
Forks
Watchers

An Eloquent Way To Filter Laravel Models And Their Relationships

laravel-scoped-cache

28
Stars
0
Forks
Watchers

Easily cache items specific to your Eloquent models without having to append the ID.

ignorable-observers

24
Stars
1
Forks
Watchers

Dynamically disable/enable Laravel's Eloquent model observers.

laravel-autonumber

45
Stars
18
Forks
Watchers

Laravel package to create autonumber for Eloquent model

default-model-sorting

35
Stars
4
Forks
Watchers

Add custom default sorting column to your eloquent model.

laravel-auto-morph-map

54
Stars
9
Forks
Watchers

THIS PACKAGE HAS BEEN DEPRECATED — Automatically alias and map the polymorphic types of Eloquent models.

laravel-boolean-dates

34
Stars
1
Forks
Watchers

Automatically convert Eloquent model boolean attributes to dates (and back).

eloquent-blameable

29
Stars
5
Forks
Watchers

Blameable behavior implementation for your Eloquent Models in Laravel