etshy/automapper-bundle

Bundle that integrate etshy/automapper into symfony projects

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Forks: 0

Type:symfony-bundle

v0.1.5 2023-06-28 22:18 UTC

This package is not auto-updated.

Last update: 2024-05-10 02:51:13 UTC


README

Integrate my Automapper library as a Bundle.

Installation

composer require etshy/automapper-bundle

Usage

Implements the Etshy\AutoMapperBundle\EtshyAutoMapperConfiguratorInterface to expose the Etshy\AutoMapper\Configuration\AutoMapperConfiguration.

Then you can register your mapping as state in the base library

To map objects, you have to inject Etshy\AutoMapper\AutoMapperInterface in your class.

This bundle is really early access !