Libraries tagged by eloquent aes
jaspaul/eloquent-model-validation
20376 Downloads
A simple package that provides a venue for model validation in Laravel.
igaster/eloquent-inheritance
149 Downloads
Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models
igaster/eloquent-decorator
6307 Downloads
A simple Trait that implements the Decorator pattern on Laravel eloquent models.
hamoi1/eloquent-encryptable
129 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.
gurgentil/eloquent-filters
225 Downloads
A Laravel package to add query filters to your Eloquent models with ease
gauravojha/shoppingcart-eloquent
171 Downloads
A simple Laravel Based Shopping Cart. Uses persistent Eloquent Databases instead of Sessions.
filippo-toso/eloquent-aggregates
270 Downloads
A simple trait to add support for aggregate functions in Eloquent models
cloakwp/eloquent
33 Downloads
A Laravel wrapper for WordPress that converts all WordPress tables into Laravel Eloquent Models.
chareice/laravel-eloquent-fsm
0 Downloads
A finite state machine works with laravel eloquent model
bkremenovic/eloquent-tokens
130 Downloads
A versatile Laravel package for managing and validating Eloquent model-related tokens
archy-bold/eloquent-searchable
2001 Downloads
A service layer to provide support for search on your Eloquent models. WIP only with elasticsearch support currently.
ahmadhsalim/eloquent-filter-resolver
66 Downloads
Resolves a string based filter query into an eloquent query.
abdallahmohammed/laravel-eloquent-filter
10 Downloads
A simple laravel package to filter models and relations
exyplis/eloquent-builder-macros
19229 Downloads
A set of helpful macros for Laravel Eloquent query builder
bytestgear/eloquent-incrementable
749 Downloads
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.