Libraries tagged by object mapper
crell/envmapper
15397 Downloads
A simple, fast mapper from environment variables to classed objects.
wundii/data-mapper
11985 Downloads
Modern and fast object mapper for PHP 8.2+. Strict types. Converts CSV, JSON, XML, YAML, NEON, arrays, and objects to PHP objects.
pixelshaped/flat-mapper-bundle
6457 Downloads
Object mapper for denormalized data. Transform flat arrays (like database JOIN results) into nested, typed DTOs without the overhead of a full ORM.
mintware-de/data-model-mapper
98402 Downloads
A Data to Object Mapper for PHP
doctrine/skeleton-mapper
10858 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.
guennichi/mapper
14380 Downloads
A lightweight library to map array data to PHP immutable objects
sunrise/hydrator
33476 Downloads
A flexible strictly-typed hydrator.
idr0id/papper
27350 Downloads
Papper is PHP convention-based object to object mapper
backbrain/php-automapper
44803 Downloads
PHP port of the popular automapper.org library
graphaware/neo4j-php-ogm
57698 Downloads
PHP Object Graph Mapper for Neo4j
doctrine/couchdb-odm
69323 Downloads
PHP Doctrine CouchDB Object Document Mapper (ODM) provides transparent persistence for PHP objects to CouchDB.
runz0rd/common-php
477060 Downloads
My collection of common libraries for php.
roddy/firestore-eloquent
2384 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.
phillarmonic/allegro-redis-odm-bundle
10457 Downloads
Redis ODM (Object Document Mapper) for Symfony - store and retrieve PHP objects using Redis
patchlevel/odm
1951 Downloads
A lightweight Object Document Mapper for PHP that runs on both MongoDB and PostgreSQL with one consistent API