Libraries tagged by object database
zetacomponents/persistent-object
502995 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.
mroosz/php-cassandra
7270 Downloads
A pure-PHP client for Apache Cassandra and ScyllaDB with support for CQL binary protocol v3, v4 and v5 (Cassandra 2.1+ incl. 3.x-5.x; ScyllaDB 6.2 and 2025.x), synchronous and asynchronous APIs, prepared statements, batches, result iterators, object mapping, SSL/TLS, and LZ4 compression.
goodwix/doctrine-json-odm
26831 Downloads
JSON Object-Document Mapping bundle for Symfony and Doctrine
dayspring-tech/propel1
60524 Downloads
Propel is an open-source Object-Relational Mapping (ORM) for PHP5.
conserto/pomm-model-manager
18270 Downloads
PHP Object Model Manager for Postgresql
graphaware/neo4j-php-ogm
57678 Downloads
PHP Object Graph Mapper for Neo4j
doctrine/skeleton-mapper
10832 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
101837 Downloads
PHP 5 Doctrine1 Object Relational Mapper (ORM)
davidbadura/fixtures-bundle
131049 Downloads
A Symfony2 bundle to load yaml, json and toml fixtures. Easy extendable, resolve object dependency and validate objects.
miracode/stripe-bundle
18226 Downloads
Symfony bundle to integrate Stripe PHP SDK. Ability to save Stripe objects in database using Doctrine.
roddy/firestore-eloquent
2028 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.
postscripton/laravel-money
20284 Downloads
Laravel Money is an open source package that provides you a convinient way to work with numbers from database with high precision and use them as monetary objects. With this package, you can easily operate, compare, format, and even convert monetary objects to other currencies using external API providers.
pixelshaped/flat-mapper-bundle
6132 Downloads
Object mapper for denormalized data. Transform flat arrays (like database JOIN results) into nested, typed DTOs without the overhead of a full ORM.
zetacomponents/persistent-object-database-schema-tiein
8560 Downloads
This component allows the automatic generation of PersistentObject definition files from DatabaseSchema definitions.
sectoroverload2k/php-mysql-database
659 Downloads
Lightweight PHP MySQL wrapper with prepared statements. Query returns MySQL object - call fetchAssoc() or fetchAll() to get data.