Skip to content

An Open Source implementation of the Converter & Populator pattern

License

Notifications You must be signed in to change notification settings

storbahn/converter-bundle

 
 

Repository files navigation

Converter Bundle

A default implementation of the Converter & Populator design pattern.

Installation

Run composer require teamneusta/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.

About

An Open Source implementation of the Converter & Populator pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%