Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages