Download the PHP package sidus/converter-bundle without Composer
On this page you can find all versions of the php package sidus/converter-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sidus/converter-bundle
More information about sidus/converter-bundle
Files in sidus/converter-bundle
Download sidus/converter-bundle
More information about sidus/converter-bundle
Files in sidus/converter-bundle
Vendor sidus
Package converter-bundle
Short Description Alternative to Symfony/Serializer to convert complex data types using Yaml configuration.
License MIT
Homepage https://github.com/VincentChalnot/ConverterBundle
Package converter-bundle
Short Description Alternative to Symfony/Serializer to convert complex data types using Yaml configuration.
License MIT
Homepage https://github.com/VincentChalnot/ConverterBundle
Please rate this library. Is it a good library?
Informations about the package converter-bundle
ConverterBundle
Alternative to Symfony/Serializer to convert complex data types using Yaml configuration.
Event handling order (priority)
- CheckInputTypeSubscriber (10000)
- Ensure the input type is supported
- BehaviorsHandlerSubscriber (1200)
- Attach mapping configurations from behaviors
- PropertiesExtractorSubscriber (1000)
- Extract properties from the input data based on the mapping configuration
- AutoMappingExtractorSubscriber (900)
- Automatically extract remaining properties from the input if the auto_mapping option is enabled
- TransformerSubscriber (800)
- Transform the extracted properties using the transformer configurations
- OutputCreatorSubscriber (400)
- Create the output object, either by using the constructor and the available properties or by creating a new instance without the constructor if the hydrate_object option is enabled.
- HydratorSubscriber (200)
- Hydrate the output object using the transformed properties if the hydrate_object option is enabled.
- PropertiesSetterSubscriber (0)
- Set the properties on the output object by using the PropertyAccessor
- CheckRemainingPropertiesSubscriber (-10000)
- Check if there are remaining properties in the input data that have not been processed
All versions of converter-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
symfony/dependency-injection Version >=5.3
symfony/config Version >=5.3
symfony/http-kernel Version >=5.3
symfony/event-dispatcher Version >=5.3
cleverage/process-bundle Version >=3.2
symfony/property-access Version >=5.3
psr/log Version >=2.0
symfony/options-resolver Version >=5.3
symfony/dependency-injection Version >=5.3
symfony/config Version >=5.3
symfony/http-kernel Version >=5.3
symfony/event-dispatcher Version >=5.3
cleverage/process-bundle Version >=3.2
symfony/property-access Version >=5.3
psr/log Version >=2.0
symfony/options-resolver Version >=5.3
The package sidus/converter-bundle contains the following files
Loading the files please wait ....