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

eloquent-human-timestamps

35
Stars
2
Forks
Watchers

Automatic human timestamps for Laravel Eloquent models.

query-filter

23
Stars
3
Forks
Watchers

Define filters for your Eloquent models based on your request

laravel-friendships

701
Stars
151
Forks
Watchers

This package gives Eloquent models the ability to manage their friendships.

eloquent-relativity

151
Stars
14
Forks
Watchers

Allows you to decouple your eloquent models from one another.

eloquent-js-3e-zh

513
Stars
65
Forks
Watchers

:book: [译] JavaScript 编程精解 中文第三版

schedule

156
Stars
15
Forks
Watchers

Schedule is a package that helps tracking schedules for your models. If you have workers in a company, you can set schedules for them and see their availability though the time.

laravel-eloquent-filters

172
Stars
13
Forks
Watchers

Advanced Laravel models filtering capabilities

laravel-query-inspector

56
Stars
4
Forks
Watchers

The missing laravel helper that allows you to inspect your eloquent queries with it's bind parameters

laravel-eloquent-relationships

57
Stars
6
Forks
Watchers

Add some more eloquent relationships to Laravel php framework. :couple:

aggregate

62
Stars
10
Forks
Watchers

Support additional aggregate queries on Eloquent relations