Libraries tagged by database model mapper
vlucas/spot2
375991 Downloads
Simple DataMapper built on top of Doctrine DBAL
ccmbenchmark/ting
94585 Downloads
Ting : a lightweight datamapper
level-2/maphper
754 Downloads
A lightweight ORM using the DataMapper pattern, creates database tables on the fly.
roddy/firestore-eloquent
252 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.
vlucas/spot
724 Downloads
DataMapper ORM for PHP 5.3+
pedro151/orm-generator
328 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.
titon/db
660 Downloads
The Titon database package provides a basic database abstraction layer and an object relational mapper.
thomasjbradley/micromodel
33 Downloads
MicroModel: a really basic ORM-like form and table mapper, for working with Silex, Symfony Forms, and Doctrine DBAL; supports single tables without relationships.
aldeebhasan/migration-mapper
2 Downloads
This package is designed to enable the developer to generate the migration files by just building his model
lingyilib/db-mapper
0 Downloads
Simple DataMapper built on top of Doctrine DBA
gokhankurtulus/querymapper
11 Downloads
A simple PHP library for creating models and database relations.
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.
pnoexz/spot3
66 Downloads
Fork of Spot2: a simple DataMapper built on top of Doctrine DBAL
indgy/phluent
10 Downloads
A dependency free lightweight fluent SQL query builder using PDO