Download the PHP package msales/string-mapper-bundle without Composer
On this page you can find all versions of the php package msales/string-mapper-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package string-mapper-bundle
StringMapperBundle
To use this bundle, you need to create new service:
For Mapper with Default:
mapper.test_default:
class: "%msales.string_mapper.default.class%" #storm is lost withot it :(
parent: msales.string_mapper.default
arguments:
-
ala: makota
kot: madoscali
Default mapper will return requested key if its not found in the map.
For Whitelisting Mapper:
mapper.test_whitelisting:
class: "%msales.string_mapper.whitelisting.class%" #storm is lost withot it :(
parent: msales.string_mapper.whitelisting
arguments:
-
ala: makota
kot: madoscali
Whitelisting mapper will throw exception if requested key is not in map.
License
StringMapperBundle is released under the MIT Licence. See the bundled LICENSE file for details.
All versions of string-mapper-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
symfony/framework-bundle Version ~2.8|^3.0
symfony/config Version 2.8.*|^3.0
symfony/dependency-injection Version 2.8.*|^3.0
symfony/http-kernel Version 2.8.*|^3.0
twig/twig Version ^1.0
symfony/framework-bundle Version ~2.8|^3.0
symfony/config Version 2.8.*|^3.0
symfony/dependency-injection Version 2.8.*|^3.0
symfony/http-kernel Version 2.8.*|^3.0
twig/twig Version ^1.0
The package msales/string-mapper-bundle contains the following files
Loading the files please wait ....