fivepercent / model-transformer
Transform object to another objects
v1.0.1
2015-06-09 06:00 UTC
Requires
- php: >=5.4
- fivepercent/exception: ~1.0
- fivepercent/reflection: ~1.0
Suggests
- doctrine/annotations: For use annotations in transformation
- fivepercent/cache: For use cached metadata
- symfony/expression-language: For get transformed data with used Symfony ExpressionLanguage
This package is not auto-updated.
Last update: 2025-03-01 19:32:05 UTC
README
With this package you can transformer objects to another objects.
Installation
Add FivePercent/ModelTransformer in your composer.json:
{ "require": { "fivepercent/model-transformer": "~1.0" } }
Now tell composer to download the library by running the command:
$ php composer.phar update fivepercent/model-transformer