Libraries tagged by object models
coderscantina/laravel-filter
6095 Downloads
A filter object for Laravel/Eloquent models based on laracasts approach.
ankitpokhrel/alt
38 Downloads
Automatic alternative (alt) text for images using object detection with pre-trained model.
openapi-next-generation/openapi-pattern-mapper-php
4778 Downloads
map data models from openapi spec into pattern objects helpful for further generation
complex-heart/sdk
821 Downloads
Domain model toolset to properly build Value Objects, Entities, Aggregates and Services.
roy404/eloquent
105 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
roddy/firestore-eloquent
343 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
9103 Downloads
Convert Eloquent models to XML, as well as normal objects.
coder-at-heart/object-models
2017 Downloads
Add schema, control and cast php json as objects and arrays for Laravel projects
php-extended/php-model-to-db-schema-interface
5873 Downloads
A library that provides a way to transform model objects into database schemas
php-extended/php-model-object
5884 Downloads
A library that implements the php-model-interface package
hanamura/wp-model
4499 Downloads
Missing functionalities from model objects of WordPress.
php-extended/php-model-datetime-object
7292 Downloads
A library that implements the php-model-datetime-interface package
adamquaile/json-object-mapper
58 Downloads
Maps JSON files to PHP objects, intended for simple model separation and manual content authoring
cratia/orm-model
1805 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).
treshugart/model
1383 Downloads
Model is a simple, lightweight and easy-to-use Domain Driven Entity framework.