jolicode/automapper-bundle

JoliCode AutoMapper Symfony Bundle

Installs: 9 685

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 9

Forks: 3

Open Issues: 1

Type:symfony-bundle

8.1.0 2024-03-14 14:02 UTC

This package is auto-updated.

Last update: 2024-04-14 14:15:29 UTC


README

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