Libraries tagged by object model
eufony/orm
0 Downloads
Model-based zero-configuration PHP object relational mapping library.
cartalyst/attributes
0 Downloads
Cartalyst's Attributes package allows you to attach attributes to objects, it utilizes the Entity-Attribute-Value Model to assign values to objects.
toastnz/versioned-gridfield
93 Downloads
VersionedGridFieldDetailForm, for managing Sitetree (or any other versioned objects) in CMS interfaces, such as ModelAdmin
misterpaladin/cacheable
2214 Downloads
Laravel Model trait for caching all db objects
ironbound/cache
2150 Downloads
Provides wrappers for WordPress' object cache to make storing and retrieving models easier.
milax/cacheable
846 Downloads
Laravel Model trait for caching all db objects
lava83/ddd-foundation
251 Downloads
A robust Domain-Driven Design foundation package for Laravel applications, providing essential building blocks including aggregate roots, domain events, value objects, and shared contracts for clean domain modeling.
yiiman/yii-lib-metalib
77 Downloads
meta library for store your data in table like options,objects,strings and etc, that can related to another models
wdb/tutorial-oop
226 Downloads
This tutorial includes projects to show MVC pattern (Model, View, Controller) as well as OOP (Object Orientated Programming) and usage of `smarty` as template engine.
sameer-shelavale/x2form
22 Downloads
This package is developed for easing up the creation, validation & maintenance of web forms. The HTML forms can be generated directly from Mysql Tables, Eloquent ORM Models, using PHP code as well as from predefined XML format, if required the Loader can also be extended to support more type of objects. The package can output forms in HTML table layout as well as Bootstrap and you can further customize them using templates or by extending the Renderer.
roy404/eloquent
254 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.
middleout/doplio
108 Downloads
The Doplio ORM provides a beautiful, PHP DataMapper implementation for working with your database and objects using Eloquent for a access to the raw table data. It completely unties your model from the database.
martijnvreeken/laravel-xml
11 Downloads
Convert Eloquent models to XML, as well as normal objects.
j0113/odb
67 Downloads
Object Oriented database wrapper for PHP. Designed to be(come) compatible with multiple database. Queries are written in PHP and tables are connected to models.
gilsegura/shared
362 Downloads
Framework-agnostic DDD, Event Sourcing and CQRS building blocks: domain value objects, aggregates, event store, command/query buses, criteria DSL and read models.