Libraries tagged by object-creation
level-2/maphper
758 Downloads
A lightweight ORM using the DataMapper pattern, creates database tables on the fly.
tflori/orm
2886 Downloads
lightweight object relational mapper
shopsys/doctrine-orm
107328 Downloads
Object-Relational-Mapper for PHP
sheadawson/quickaddnew
34263 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.
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
342 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.
perplorm/perpl
32 Downloads
Perpl is an improved and still maintained fork of Propel2, an open-source Object-Relational Mapping (ORM) for PHP.
jelix/dao
1930 Downloads
Lightweight object relation mapping based on the Database Access Object pattern
horde/rdo
557 Downloads
ORM (object relational-mapping) library
capwelton/liborm
2224 Downloads
Object Relational Mapping library
ang3/php-odoo-orm
2790 Downloads
PHP object relational mapper (ORM) for Odoo databases.
parm/parm
4980 Downloads
PHP Active Record for MySQL. Connects to the your database and generates the Object Relational Mapping. Built in Database Query Processor for custom queries. Ability to use closures to process rows
raphhh/balloon
322 Downloads
Tiny file ORM
mightydes/enjoin
1179 Downloads
Multi dialect ORM for PHP inspired by Sequelize.JS
v1p3r75/nexa-orm
31 Downloads
NexaORM is a modern PHP Object-Relational Mapping (ORM) library designed to simplify database interactions and streamline the development of PHP applications.