fivepercent / model-normalizer
Normalize object to arrays
Package info
github.com/InnoGr/FivePercent-ModelNormalizer
pkg:composer/fivepercent/model-normalizer
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: 2026-03-01 01:35:35 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