Libraries tagged by object database
thecodingmachine/tdbm
182653 Downloads
The Database Machine is a PHP ORM that requires no configuration. The object model is deduced from the database model.
zetacomponents/persistent-object
507044 Downloads
This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
goodwix/doctrine-json-odm
27398 Downloads
JSON Object-Document Mapping bundle for Symfony and Doctrine
fmrestor/fmrestor
4074 Downloads
fmRESTor is an object-based PHP library developed to seamlessly interact with databases and custom apps hosted on a FileMaker Server via the new powerful FileMaker Data API from within a PHP code.
dayspring-tech/propel1
65941 Downloads
Propel is an open-source Object-Relational Mapping (ORM) for PHP5.
graphaware/neo4j-php-ogm
57855 Downloads
PHP Object Graph Mapper for Neo4j
doctrine/skeleton-mapper
11209 Downloads
The Doctrine SkeletonMapper is a skeleton object mapper where you are 100% responsible for implementing the guts of the persistence operations. This means you write plain old PHP code for the data repositories, object repositories, object hydrators and object persisters.
doctrine/doctrine1
102246 Downloads
PHP 5 Doctrine1 Object Relational Mapper (ORM)
davidbadura/fixtures-bundle
134425 Downloads
A Symfony2 bundle to load yaml, json and toml fixtures. Easy extendable, resolve object dependency and validate objects.
roddy/firestore-eloquent
3857 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.
pixelshaped/flat-mapper-bundle
8977 Downloads
Object mapper for denormalized data. Transform flat arrays (like database JOIN results) into nested, typed DTOs without the overhead of a full ORM.
mouf/database.tdbm
78077 Downloads
The Database Machine is a PHP ORM that requires no configuration. The object model is deduced at runtime from the database model.
pecl/pdo_oci
649 Downloads
Use the PDO_OCI extension to access Oracle Database via PHP Data Objects (PDO) APIs
thedataist/drill-connector
9739 Downloads
Objects that allow you to programmatically connect to Apache Drill.
shopsys/doctrine-orm
114301 Downloads
Object-Relational-Mapper for PHP