fivepercent / converter
Convert method parameters and object properties
Installs: 271
Dependents: 0
Suggesters: 1
Security: 0
Stars: 1
Watchers: 6
Forks: 1
Open Issues: 0
pkg:composer/fivepercent/converter
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-09-27 22:59:40 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