/converter-bundle

This is an Open Source implementation of the Converter & Populator pattern.

Primary LanguagePHPMIT LicenseMIT

Converter Bundle

A default implementation of the Converter & Populator design pattern.

Installation

Run composer require neusta/converter-bundle to install the bundle.

Add the following line into your bundles.php file to activate it:

...
return [
    ...
    Neusta\ConverterBundle\NeustaConverterBundle::class => ['all' => true],
    ...
];

This is important for preloading the default configuration of provided converter implementations which can be reused and simplify your code and further updates.