jolicode/automapper

JoliCode AutoMapper

Installs: 326 237

Dependents: 7

Suggesters: 0

Security: 0

Stars: 195

Watchers: 14

Forks: 21

Open Issues: 22

pkg:composer/jolicode/automapper

9.5.0 2025-09-18 10:09 UTC

README

automapper
AutoMapper
A blazing fast Data Mapper for PHP.

PHP Version Require Monthly Downloads

The AutoMapper solves a simple problem: removing all the code you need to map one object to another. A boring code to write and often replaced by less-performant alternatives like Symfony's Serializer.

Quick Start 🚀

  1. Install:
composer require jolicode/automapper
  1. Use it:
$mapper = AutoMapper::create();
$target = $mapper->map($data, Target::class);

You can read more about this library and how to use it on the documentation.

Support

For support, please create an issue on Github tracker



JoliCode is sponsoring this project