Libraries tagged by object mapper
doctrine/oxm
222 Downloads
Object-XML-Mapper for PHP
opportus/object-mapper
1495 Downloads
Maps generically source to target objects via extensible strategies and controls.
mikesimonson/symfony-form-value-object-mapper
6 Downloads
A library that can instantiate automatically value object mapped by Symfony forms despite having a constructor with arguments.
meklis/array-to-object-mapper
75 Downloads
Easy mapper array to nested objects
matrix2305/laravel-request-object-mapper
6818 Downloads
Mapper to object from laravel request (associative array)
helicon/object-mapper
1159 Downloads
Simple object mapping.
emreuyguc/structured-mapper
25 Downloads
Structured Mapper is a PHP library that helps you to map your objects, such as entities to DTOs or models to entities, easily.
comsave/salesforce-mapper-bundle
2337 Downloads
Salesforce object mapper bundle
adamquaile/json-object-mapper
58 Downloads
Maps JSON files to PHP objects, intended for simple model separation and manual content authoring
mintware-de/json-object-mapper
20212 Downloads
A JSON to Object Mapper for PHP
elao/form-simple-object-mapper
874 Downloads
Ease mapping immutable/value objects to Symfony Forms
whitedigital-eu/entity-resource-mapper-bundle
1222 Downloads
Bundle to map Doctrine entity object to and from API resource object.
wertelko/easyadmin-mapper
7 Downloads
Simple bundle that allows map objects in the EasyAdmin
robgridley/simple-xml-mapper
340 Downloads
Uses reflection to map XML to PHP objects.
genai/sql-mapper
22 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.