jolicode/automapper-bundle

This package is abandoned and no longer maintained. The author suggests using the jolicode/automapper package instead.

JoliCode AutoMapper Symfony Bundle

Installs: 10 759

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 9

Forks: 4

Open Issues: 2

Type:symfony-bundle

8.1.0 2024-03-14 14:02 UTC

This package is auto-updated.

Last update: 2024-05-16 15:53:08 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