Skip to content

jolicode/automapper-bundle

Repository files navigation

AutoMapper Bundle

The AutoMapper Bundle is the Symfony bridge for AutoMapper component.

Quick Start 🚀

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.

Support

For support, please create an issue on GitHub tracker