Libraries tagged by eloquent aes
aldemeery/sieve
5901 Downloads
A simple, clean and elegant way to filter Eloquent models.
tiagomichaelsousa/laravelfilters
23884 Downloads
Laravel Filters is a package that allows to filter eloquent models in a clean way.
maggomann/filament-model-translator
5161 Downloads
The package translates the Eloquent models using a currently specified translation file. The Eloquent models are used internally in [filament's](https://filamentphp.com/) Resources and RelationManagers for translation. This package provides traits for the Resources and RelationManagers to translate them automatically.
flyingmana/composer-config-reader
339603 Downloads
a fork of eloquent/composer-config-reader, A light-weight component for reading Composer configuration files.
swisnl/json-api-client-laravel
70513 Downloads
A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.
liberu-genealogy/laravel-gedcom
2158 Downloads
A package that converts gedcom files to Eloquent models
kblais/laravel-uuid
76186 Downloads
A simple library to use UUIDs as your Eloquent model's primary key.
josezenem/laravel-slugidable
36885 Downloads
A package for Laravel that creates slugs for Eloquent models based on title and ID
hyperf/scout
114424 Downloads
Hyperf Scout provides a driver based solution to searching your Eloquent models. Inspired By Laravel Scout.
dniccum/nova-webhooks
6113 Downloads
A tool for Laravel's Nova administrator panel that enables users to create webhooks that can be customized to fire on specified Eloquent model events (created, updated, etc). This allows applications to communicate with other applications and integrations (Zapier, If This Then That, etc).
alvin0/redis-model
4768 Downloads
Introducing Redis Model - a Laravel package that connects to Redis and functions similarly to Eloquent Model, offering efficient data manipulation and retrieval capabilities.
ngmy/laravel-ide-helper-eloquent
4811 Downloads
Laravel IDE Helper Eloquent generates a stub file to enable autocompletion for QueryBuilder methods on models in IDEs/editors that do not support @mixin.
stayallive/laravel-eloquent-uuid
19633 Downloads
Generate UUID for a Laravel Eloquent model attribute.
giordanolima/eloquent-repository
1367 Downloads
Repository pattern for Eloquent ORM with a powerfull cache for database queries.
jamesmills/eloquent-uuid
43400 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models