Download the PHP package it-bens/object-transformer-bundle without Composer
On this page you can find all versions of the php package it-bens/object-transformer-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download it-bens/object-transformer-bundle
More information about it-bens/object-transformer-bundle
Files in it-bens/object-transformer-bundle
Package object-transformer-bundle
Short Description Bundle that provides the object-transformer package via Symfony services.
License MIT
Informations about the package object-transformer-bundle
The Object Transformer Bundle
How to install the bundle?
The package can be installed via Composer:
If you're using Symfony Flex, the bundle will be automatically enabled. For older apps, enable it in your Kernel class.
How to use the Object Transformer Bundle?
The TransformationMediator
is registered as a service and all implementations of the TransformerInterface
are registered as transformers in the mediator (if they are configured via autoconfiguration).
Otherwise, the transformers have to be tagged with itb_object_transformer.transformer
.
The usage of the object transformer is described here: GitHub - The Object Transformer.
Contributing
I am really happy that the software developer community loves Open Source, like I do! ♥
That's why I appreciate every issue that is opened (preferably constructive) and every pull request that provides other or even better code to this package.
You are all breathtaking!
All versions of object-transformer-bundle with dependencies
it-bens/object-transformer Version ^0.2
symfony/config Version ^4.4|^5.0
symfony/dependency-injection Version ^4.4|^5.0
symfony/http-kernel Version ^4.4|^5.0