Basster / converter-bundle

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:PHP 82.7%Language:Shell 15.7%Language:Dockerfile 1.6%