Download the PHP package teamneusta/converter-bundle without Composer
On this page you can find all versions of the php package teamneusta/converter-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download teamneusta/converter-bundle
More information about teamneusta/converter-bundle
Files in teamneusta/converter-bundle
Package converter-bundle
Short Description Allows using the Converter & Populator design pattern for transformations from one universe to another
License MIT
Informations about the package converter-bundle
Converter Bundle
A default implementation of the Converter & Populator design pattern.
Installation
-
Require the bundle
-
Enable the bundle
Add the Bundle to your
config/bundles.php
:This is important for preloading the default configuration of provided converter implementations which can be reused and simplify your code and further updates.
Usage
Contribution
Feel free to open issues for any bug, feature request, or other ideas.
Please remember to create an issue before creating large pull requests.
Local Development
To develop on local machine, the vendor dependencies are required.
We use composer scripts for our main quality tools. They can be executed via the bin/composer
file as well.
All versions of converter-bundle with dependencies
symfony/config Version ^5.4 || ^6.2 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.2 || ^7.0
symfony/framework-bundle Version ^5.4 || ^6.2 || ^7.0
symfony/http-kernel Version ^5.4 || ^6.2 || ^7.0
symfony/property-access Version ^5.4 || ^6.2 || ^7.0