Libraries tagged by model relations
pandorga/owner
12 Downloads
Allow Eloquent models to own each other. Supports many to many relationships.
guava/filament-modal-relation-managers
120 Downloads
Allows you to embed relation managers inside filament modals.
e96/yii2-relational-behavior
54632 Downloads
Easy saving relational models in yii2
level-2/maphper
744 Downloads
A lightweight ORM using the DataMapper pattern, creates database tables on the fly.
roddy/firestore-eloquent
169 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding "Model"/"Class" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
php-extended/php-model-object
5738 Downloads
A library that implements the php-model-interface package
php-extended/php-model-interface
8245 Downloads
A library to do simple relational data modelisations
php-extended/php-model-datetime-object
7094 Downloads
A library that implements the php-model-datetime-interface package
php-extended/php-model-datetime-interface
10488 Downloads
A library to specify date and time fields in modelisations
maggomann/filament-model-translator
351 Downloads
The package translates the Eloquent models using a currently specified translation file. The Eloquent models are used internally in [filament's](https://filamentphp.com/) Resources and RelationManagers for translation. This package provides traits for the Resources and RelationManagers to translate them automatically.
roaresearch/yii2-rmdb
2179 Downloads
Yii 2 Library to create RMDB models and migrations
phpfui/orm
162 Downloads
Minimal ORM for MySQL, SQLite and MariaDB
pedro151/orm-generator
325 Downloads
orm-generator maps the entire database and then creates the DAO (Data Access Object) and ORM (Object-relational mapping) of the entire database to facilitate the development. uses various types of databases like Postgres and Mysql and various types of ORM framework.
foxorm/foxorm
377 Downloads
FoxORM - The PHP full-featured ORM
yii2-module/yii2-crud
275 Downloads
A library that provides crud (i.e. low level backend admin) controllers and actions for relational models