eloquence
Model enhancer
A package for extending Laravel's Eloquent models and functionality
A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
548 stars
18 watching
58 forks
Language: PHP
last commit: 5 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
klaude/eloquent-preferences | A library that provides a way to bind multiple key/value pair preferences to application models. | 30 |
laravel/scout | Provides a simple, driver-based solution for adding full-text search to Eloquent models. | 1,568 |
jarektkaczyk/eloquence | Extensions for the Eloquent ORM | 1,087 |
nicolaslopezj/searchable | Adds search functionality to Eloquent models in Laravel applications | 2,010 |
guidocella/eloquent-populator | A package that automatically guesses attributes for model factories in Laravel applications by analyzing column names and types. | 74 |
jpkleemans/attribute-events | Library that generates domain events from Eloquent attribute changes in Laravel applications | 309 |
delatbabel/elocryptfive | Encrypts and decrypts data stored in Eloquent model attributes in Laravel applications | 87 |
php-enqueue/laravel-queue | An extension to Laravel's queue system that supports multiple message queues and transports | 233 |
elasticquent/elasticquent | A tool for mapping Eloquent models to Elasticsearch types to simplify the integration of search functionality into Laravel applications. | 1,354 |
tucker-eric/eloquentfilter | A package that simplifies filtering Eloquent models with their relationships. | 1,727 |
abdelrahmanrafaat/repositories-maker | Automates creation of abstraction layers for models in Laravel applications. | 32 |
redcrystalcode/laravel-value-objects | A package for casting Eloquent model attributes to value objects with ease. | 23 |
spatie/eloquent-sortable | Adds sortable behaviour to Eloquent models by automatically assigning the highest order number to new records and providing a query scope for fetching records in the right order. | 1,407 |
hootlex/laravel-moderation | A simple Moderation System for Laravel 5.* applications | 527 |
jameslkingsley/laravel-references | A package that adds unique references to models in Laravel, allowing quick reference-based routing and API building. | 13 |