Libraries tagged by eloquent aes
eaitfakir/eloquent-searchable
2 Downloads
Laravel Eloquent Searchable is a lightweight package that provides dynamic and flexible search functionality for your Eloquent models. Simply define searchable fields and perform quick searches across your data.
duuany/eloquent-filters
586 Downloads
A simplest Eloquent query filter package.
coliving/eloquent-filter
3987 Downloads
The Eloquent Filter is a package for filter data of models by the query string. Easy to use and fully dynamic.
braankoo/eloquent-snapshot
1 Downloads
Laravel Eloquent Snapshot is a lightweight package that enables automatic or manual snapshots of Eloquent model states. Ideal for audit trails, change tracking, or rollback functionality, this package stores historical records of model data in a flexible and efficient way.
kyleboehlen/eloquent-uuid
85 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models updated for Laravel 9
helium/eloquent-password-manager
1311 Downloads
A simple Eloquent model trait for managing common password functionality
wtolk/eloquent-query-filter
303 Downloads
A simple PHP Eloquent extension for universal filters
wcg-package/eloquent-event-logger
12 Downloads
Eloquent Event Logger is a logging tool for Laravel's Eloquent ORM. It's designed to automatically record and log events for Laravel Eloquent model's operations such as creation, updates and deletions. Detailed event logs help facilitate debugging and keep track of changes made to models over time. It's a tool for monitoring your application's data layer, ensuring data integrity, and aiding in development.
sydante/laravel-eloquent-with-not-overwritten
7 Downloads
Add a method to Eloquent that does not overwrite the established relationship when relating 'with'.
ngmy/eloquent-serialized-lob
2187 Downloads
Eloquent Serialized LOB is a trait for Laravel Eloquent models that allows Serialized LOB pattern
nafisc/simple-eloquent
2 Downloads
A wrapper for Eloquent directed at simpler implementations.
drderpling/eloquent-directus-repository
22 Downloads
A Laravel package to use Directus as a repository for Eloquent models.
doctorbeat/eloquent-repository
34 Downloads
A repository for eloquent models. Using this makes the model appear to have a sigle responsibility
riesjart/eloquent-query-object
669 Downloads
Query object as a wrapper for Eloquent query builder
eig/eloquent-couchdb
1 Downloads
CouchDB Provider for the Laravel Eloquent. Includes doctrine/couchdb as a dependency in composer.json and sets up a Laravel and Eloquent-friendly Service Provider for you. Enjoy!