Libraries tagged by eloquent aes
flyingmana/composer-config-reader
326038 Downloads
a fork of eloquent/composer-config-reader, A light-weight component for reading Composer configuration files.
swisnl/json-api-client-laravel
67245 Downloads
A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.
liberu-genealogy/laravel-gedcom
1823 Downloads
A package that converts gedcom files to Eloquent models
kblais/laravel-uuid
74753 Downloads
A simple library to use UUIDs as your Eloquent model's primary key.
josezenem/laravel-slugidable
34167 Downloads
A package for Laravel that creates slugs for Eloquent models based on title and ID
hyperf/scout
109768 Downloads
Hyperf Scout provides a driver based solution to searching your Eloquent models. Inspired By Laravel Scout.
dniccum/nova-webhooks
5505 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).
denason/iran-location
1424 Downloads
A Laravel package to manage Iranian location data including provinces and cities,and Eloquent relations,helpers,facades and Caching features
alvin0/redis-model
4346 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
3352 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
18749 Downloads
Generate UUID for a Laravel Eloquent model attribute.
giordanolima/eloquent-repository
1277 Downloads
Repository pattern for Eloquent ORM with a powerfull cache for database queries.
jamesmills/eloquent-uuid
43367 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models
roddy/firestore-eloquent
316 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
affordablemobiles/laravel-eloquent-query-cache
2517 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.