Libraries tagged by relation mapper
level-2/maphper
740 Downloads
A lightweight ORM using the DataMapper pattern, creates database tables on the fly.
phpfui/orm
160 Downloads
Minimal ORM for MySQL, SQLite and MariaDB
timetoogo/penumbra
8 Downloads
Domain oriented ORM with PHP integrated query for PHP 5.4+
tflori/orm
2831 Downloads
lightweight object relational mapper
shopsys/doctrine-orm
106207 Downloads
Object-Relational-Mapper for PHP
roddy/firestore-eloquent
162 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.
nitroxy/basic-object
3606 Downloads
Yet anoyther object relational mapper
woohoolabs/worm
399 Downloads
Woohoo Labs. Worm ORM
thewunder/corma-bundle
4 Downloads
Symfony Bundle for the Corma ORM
ravibpatel/easy-orm
35 Downloads
Easy to use PHP ORM library.
mightydes/enjoin
1034 Downloads
Multi dialect ORM for PHP inspired by Sequelize.JS
gm314/siesta
5709 Downloads
PHP 7 ORM Library
brick/orm
52 Downloads
Object-Relational Mapper
sciactive/nymph-server
740 Downloads
Powerful object data storage and querying for collaborative web apps.
pedro151/orm-generator
323 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.