Libraries tagged by object creation
doctrine/orm
261677222 Downloads
Object-Relational-Mapper for PHP
propel/propel
5052758 Downloads
Propel2 is an open-source Object-Relational Mapping (ORM) for PHP.
gabordemooij/redbean
2602928 Downloads
RedBeanPHP ORM
propel/propel1
1558655 Downloads
Propel is an open-source Object-Relational Mapping (ORM) for PHP5.
j4mie/idiorm
1389476 Downloads
A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5
aura/marshal
137841 Downloads
The Aura Marshal package is a data-object marshalling tool; it takes results from data sources and marshals those result sets into domain model objects of your own design, preserving data relationships along the way.
emonkak/orm
341707 Downloads
A strict typed Object-Relational Mapper
xpdo/xpdo
75667 Downloads
A PDO-based Object/Relational Bridge Library
thewunder/corma
14527 Downloads
Convention-based Alternative ORM
dayspring-tech/propel1
41982 Downloads
Propel is an open-source Object-Relational Mapping (ORM) for PHP5.
doctrine/doctrine1
101093 Downloads
PHP 5 Doctrine1 Object Relational Mapper (ORM)
voceconnect/objects-to-objects
6673 Downloads
A WordPress plugin/module that provides the ability to map relationships between posts and other post types
thelia/propel
26072 Downloads
Propel2 is an open-source Object-Relational Mapping (ORM) for PHP 5.5 and up.
sheadawson/quickaddnew
34316 Downloads
A decorator for form fields that manage object relationships, to allow adding a new object on the fly through a dialog window. It can handle has_one, has_many or many_many relationships. At the moment it has been tested / works on DropdownField and ListboxField. It works both in the CMS and in the frontend.
roddy/firestore-eloquent
507 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.