Libraries tagged by model relations
erikgall/eloquent-phpunit
16456 Downloads
Test Eloquent models, database schemas & tables, relationships/foreign keys using PHPUnit.
riesjart/relaquent
2320 Downloads
Extension of Laravel's Eloquent relationships: additional relationship types, query joins, pivot models, converters and helpers
umutphp/laravel-belongs-to-user
862 Downloads
The smallest Laravel package for having User belongs to relation
syrian-open-source/laravel-relational-metrics
8 Downloads
This package will help you to get your model metrics, and their related models' metrics which will help you to avoid writing to many requests or queries.
scaffolds/builder
301 Downloads
Laravel 5* Scaffold Generator
jsolam/laravel-attributes
6 Downloads
Rinvex Attributes is a 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.
inquid/yii2-enhanced-gii
1012 Downloads
Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
holacliente/laravel-datatables
179 Downloads
Datatables that supports pagination and recursive searching in relations
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.
alirezaghasemi/laravel-searchable
13 Downloads
A Laravel package for adding search functionality to models.
titon/db
660 Downloads
The Titon database package provides a basic database abstraction layer and an object relational mapper.
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.
acfbentveld/laravel-datatables
2898 Downloads
Datatables that supports pagination and recursive searching in relations
inani/lazy-belongs-to-many
31 Downloads
A lightweight implementation of Laravel's BelongsToMany relationship
thomasjbradley/micromodel
33 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.