fivepercent / model-normalizer
Normalize object to arrays
v1.0
2015-06-04 10:56 UTC
Requires
- php: >=5.4
- fivepercent/exception: ~1.0
- fivepercent/reflection: ~1.0
Suggests
- doctrine/annotations: For use annotations in normalization
- fivepercent/cache: For use cached metadata
- fivepercent/money: For money normalizer and denormalize
- symfony/expression-language: For get normalized data with used Symfony ExpressionLanguage
This package is not auto-updated.
Last update: 2025-03-01 20:29:36 UTC
README
With this package you can normalize objects to arrays.
Installation
Add FivePercent/ModelNormalizer in your composer.json:
{ "require": { "fivepercent/model-normalizer": "~1.0" } }
Now tell composer to download the library by running the command:
$ php composer.phar update fivepercent/model-normalizer