aw / dataport
There is no license information available for the latest version (dev-master) of this package.
Framework for fast, flexible and reusable data conversion.
dev-master
2015-11-22 17:11 UTC
Requires
- php: >=5.3.2
- aw/common: dev-master
- doctrine/common: 2.4.*
- phpoffice/phpexcel: dev-master
This package is not auto-updated.
Last update: 2024-11-09 16:42:48 UTC
README
Framework for fast, flexible and reusable data conversion.
- Read formats (xml, csv, json, array, etc.) from various sources (file, db, mongo, stream, webservice, etc.)
- Mapper to map source columns to destination columns
- Processors to convert or format values
- Filters to allow or disallow rows
- Write formats to various destinations (file, db, mongo, array, webservice, etc.)
- Low memory usage
All components are optional, except the reader and writer.