fivelab / model-transformer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Transform object to another objects
v1.0.5
2016-04-17 08:46 UTC
Requires
- php: >=5.4
- fivelab/exception: ~1.0
- fivelab/reflection: ~1.0
Requires (Dev)
- phpunit/phpunit: 4.*
Suggests
- doctrine/annotations: For use annotations in transformation
- fivelab/cache: For use cached metadata
- symfony/expression-language: For get transformed data with used Symfony ExpressionLanguage
This package is not auto-updated.
Last update: 2017-08-16 12:51:47 UTC
README
With this package you can transformer objects to another objects.
Installation
Add FiveLab/ModelTransformer in your composer.json:
{
"require": {
"fivelab/model-transformer": "~1.0"
}
}
Now tell composer to download the library by running the command:
$ php composer.phar update fivelab/model-transformer