The AutoMapper Bundle is the Symfony bridge for AutoMapper component.
composer require jolicode/automapper-bundle
Then add the bundle to your bundles list in config/bundles.php
<?php
return [
// ...
AutoMapper\Bundle\AutoMapperBundle::class => ['all' => true],
];
You can read more about this library and how to use it on the documentation.
For support, please create an issue on GitHub tracker