Libraries tagged by eloquent model
mjkhajeh/wporm
76 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
yogameleniawan/search-sort-eloquent
117 Downloads
Searching & Sorting Column Eloquent Model
waavi/model
14429 Downloads
Eloquent models with auto validation on save and update.
triquang/laravel-model-doc
12 Downloads
Generates PHPDoc annotations (@property, etc.) for Eloquent models, supporting both standard and modular Laravel applications.
tomatophp/tomato-model-generator
2389 Downloads
Eloquent Model Generator
thebatclaudio/eloquent-markdown
44 Downloads
Convert markdown files to Eloquent models
testmonitor/eloquent-searchable
539 Downloads
A Laravel package that adds search functionality to Eloquent models, allowing for various search techniques such as exact and partial matches.
testmonitor/eloquent-lockable
58 Downloads
Make Eloquent models read-only after they're locked. Prevents updates and deletes based on a `locked` attribute.
testmonitor/eloquent-calculated-columns
524 Downloads
A Laravel package for adding calculated columns to Eloquent models using SQL for more performant queries.
tarkhov/eloquent-cache
18 Downloads
Laravel Eloquent model cache.
systemson/laravel-model-validations
600 Downloads
Add validations to Eloquent models
sidigi/laravel-remote-models
4272 Downloads
Use remote requests in laravel eloquent models way
saggre/laravel-model-instance
561 Downloads
Create new instances of Eloquent models with CLI
rtablada/eloquent-rankable
43 Downloads
A Rankable Eloquent Model Package
ronan-gloo/laravel-eloquent-observer
8 Downloads
Dispatch Eloquent’s models events to the model’s instance, and / or a specific class