fivelab / model-transformer
Transform object to another objects
Installs: 1 137
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
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