devhelp / normalizer
dev-master
2014-12-16 08:59 UTC
Requires
- php: >=5.3
- symfony/property-access: ~2
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-05 04:11:41 UTC
README
Installation
Composer is preferred to install Normalizer component, please check composer website for more information.
$ composer require 'devhelp/normalizer:dev-master'
Purpose
Normalizer lets you to unify creation of objects using different data sources. For example, if you are creating an object using data from API in one case and using data from CSV file in the other then normalizer can be useful.
Credits
Brought to you by : Devhelp.pl (http://devhelp.pl)