Libraries tagged by object model
openapi-next-generation/openapi-pattern-mapper-php
4627 Downloads
map data models from openapi spec into pattern objects helpful for further generation
complex-heart/sdk
460 Downloads
Domain model toolset to properly build Value Objects, Entities, Aggregates and Services.
zolex/vom
91315 Downloads
Versatile Object Mapper. Map arbitrary data to strictly typed models using PHP attributes.
roddy/firestore-eloquent
284 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.
herinneringenoplinnen/laravel-xml
8767 Downloads
Convert Eloquent models to XML, as well as normal objects.
ayup-creative/laravel-trait-initialization
494 Downloads
Boot traits associated with objects automatically - similar to the way Laravel does this with Models
gyde/mysql-object-model
86 Downloads
PHP ORM
coder-at-heart/object-models
2012 Downloads
Add schema, control and cast php json as objects and arrays for Laravel projects
php-extended/php-model-to-db-schema-interface
5825 Downloads
A library that provides a way to transform model objects into database schemas
php-extended/php-model-object
5836 Downloads
A library that implements the php-model-interface package
hanamura/wp-model
4491 Downloads
Missing functionalities from model objects of WordPress.
php-extended/php-model-datetime-object
7244 Downloads
A library that implements the php-model-datetime-interface package
prowebcraft/yii2-model-params
430 Downloads
Add a flexible JSON object to any ActiveRecord model with easy dot-notation access
adamquaile/json-object-mapper
56 Downloads
Maps JSON files to PHP objects, intended for simple model separation and manual content authoring
cratia/orm-model
1767 Downloads
Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).