Libraries tagged by object-creation
tflori/orm
3090 Downloads
lightweight object relational mapper
shopsys/doctrine-orm
114369 Downloads
Object-Relational-Mapper for PHP
sheadawson/quickaddnew
34716 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.
kevinsperrine/idiorm
653 Downloads
Completely refactored, PSR compliant, version of Idiorm: a lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
socialdept/atp-orm
812 Downloads
Eloquent-like ORM for AT Protocol remote records in Laravel
slick/orm
4126 Downloads
Slick ORM is a module that provides ORM support to a Slick application using doctrine/orm.
sciactive/nymph
31 Downloads
Powerful object data storage and querying for collaborative web apps.
level-2/maphper
770 Downloads
A lightweight ORM using the DataMapper pattern, creates database tables on the fly.
gm314/siesta
5865 Downloads
PHP 7 ORM Library
silassare/gobl
632 Downloads
Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.
romeoz/rock-db
1034 Downloads
Object Relational Mapping (ORM) for PHP.
quioteframework/propulsion
270 Downloads
Propulsion is an object-relational mapping (ORM) for PHP, forked from Propel 1.
psfs/propel
559 Downloads
Propel2 is an open-source Object-Relational Mapping (ORM) for PHP.
prepmock/idiorm
338 Downloads
A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5
pedro151/orm-generator
360 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.