fivepercent / converter
Convert method parameters and object properties
v1.0.1
2015-06-24 07:31 UTC
Requires
- php: >=5.4
- fivepercent/cache: ~1.0
- fivepercent/exception: ~1.0
- fivepercent/reflection: ~1.0
Suggests
- doctrine/annotations: For use annotations in converts
- doctrine/orm: For use Doctrine ORM to conversion
- fivepercent/money: For convert Money instances
- symfony/expression-language: For get data with used Symfony ExpressionLanguage
- symfony/http-foundation: For convert Symfony2 Request
This package is not auto-updated.
Last update: 2025-03-01 20:03:14 UTC
README
With this package you can convert method parameters and properties of object.
Installation
Add FivePercent/Converter in your composer.json:
{ "require": { "fivepercent/converter": "~1.0" } }
Now tell composer to download the library by running the command:
$ php composer.phar update fivepercent/converter