Download the PHP package yevgen-grytsay/etl-suite without Composer
On this page you can find all versions of the php package yevgen-grytsay/etl-suite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yevgen-grytsay/etl-suite
More information about yevgen-grytsay/etl-suite
Files in yevgen-grytsay/etl-suite
Download yevgen-grytsay/etl-suite
More information about yevgen-grytsay/etl-suite
Files in yevgen-grytsay/etl-suite
Vendor yevgen-grytsay
Package etl-suite
Short Description Various ETL tools
License BSD-3-Clause
Package etl-suite
Short Description Various ETL tools
License BSD-3-Clause
Keywords etl
Please rate this library. Is it a good library?
Informations about the package etl-suite
Extract/Transform/Load Suite
Contains various ETL tools.
The library does not provide the tools for creating and running jobs.
For more information refer the Tools
section.
This is a very early version. Lacks of comments, documentation, tests and usage examples.
Tools
- Buffer: holds and flushes objects.
- Filter: decides whether an object should be filtered.
- Iterator: iterates over input data portions (e.g. lines of file, elements of an array etc.)
- Lookup: performs lookup (e.g. in database, filesystem etc.) based on input data.
- Merge: merges two arrays into one in various ways.
- Transformer: transforms input data in various ways (e.g. changes the names of keys, unsets or adds some elements etc.)
- Value Mapper: maps values to some other values.
Installation
Via Composer
Examples
A few examples can be found in examples
directory.
Generally an example consists of a main script file main.php
and some auxiliary classes and files.
Also each example has his own README.md
file
with brief explanation.
All versions of etl-suite with dependencies
PHP Build Version
Package Version
Requires
zendframework/zend-stdlib Version
~2.4
symfony/dom-crawler Version ~2.7
phpoffice/phpexcel Version ~1.8
league/csv Version ~7.1
php Version >=5.5.0
symfony/dom-crawler Version ~2.7
phpoffice/phpexcel Version ~1.8
league/csv Version ~7.1
php Version >=5.5.0
The package yevgen-grytsay/etl-suite contains the following files
Loading the files please wait ....