Libraries tagged by database model
awareness/aware
361 Downloads
Model validation for L4 Eloquent
architools/laravel-sieve
9 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
an3/laravel-couchdb
55 Downloads
A CouchDB based Eloquent model and Query builder for Laravel 5.x
akr4m/advanced-search
79 Downloads
Eloquent model search trait.
titon/db
660 Downloads
The Titon database package provides a basic database abstraction layer and an object relational mapper.
thomasjbradley/micromodel
34 Downloads
MicroModel: a really basic ORM-like form and table mapper, for working with Silex, Symfony Forms, and Doctrine DBAL; supports single tables without relationships.
riesjart/relaquent
2320 Downloads
Extension of Laravel's Eloquent relationships: additional relationship types, query joins, pivot models, converters and helpers
prettus/laravel-repository
17606 Downloads
Repositories to abstract the database layer
guilhermegonzaga/repository
53 Downloads
Repositories for Laravel 5 which is used to abstract the database layer.
goujianweilai/baum
1962 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
fuitad/laravel-cassandra
70 Downloads
A Cassandra based Eloquent model and Query builder for Laravel (Casloquent)
fhenne/laravel-informix
322 Downloads
A Informix based Eloquent model and Query builder for Laravel (Moloquent)
dogadogmbh/baum
6332 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
cortex/tenants
2961 Downloads
Cortex Tenants is a frontend layer for the contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
cortex/attributes
803 Downloads
Cortex Attributes is a frontend layer for the robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.