Download the PHP package bitexpert/etcetera without Composer
On this page you can find all versions of the php package bitexpert/etcetera. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bitexpert/etcetera
More information about bitexpert/etcetera
Files in bitexpert/etcetera
Package etcetera
Short Description A simple ETL library for reading data from any source, extracting information and writing to any target
License Apache-2.0
Informations about the package etcetera
bitexpert/etcetera
A small lightweight ETL framework
- Scope
- How does it work?
- Getting started
Scope
Etcetera may be used for several jobs concering reading data from a source (typically *.xlsx files) transforming the data to a desired format by using converters, validators, filters and decorators and storing it to a desired target (e.g. MongoDB)
How does it work?
Etcetera consists of four main parts:
Reader
The reader is used for reading data from your source
Extractor
The extractor is where the magic happens. The extractor extracts the relevant data from the data read by the reader and transforms it by rules described in it's configuration. The resulting data is called extract.
Writer
Everytime a dataset is read and extracted, the writer receives the resulting extract and may write it to any target you want to.
Processor
The processor the heart of etcetera, it's the glue between reader, extractor and writer
The reader has to read datasets from your desired source and has to create ValueDescriptors from every value found in the source. The extractor will now extract and transform the data of a single dataset described by the ValueDescriptors according to your configured rules. After having extracted and transformed the data will be passed as extract to your writer.
For further instructions please have a look at bitexpert/etcetera-demo
Further docs will follow as soon as possible.
All versions of etcetera with dependencies
symfony/yaml Version ^3.1
akeneo-labs/spreadsheet-parser Version ^1.2
phpoffice/phpexcel Version ^1.8
monolog/monolog Version ^1.21
jms/serializer Version ^1.3
beberlei/assert Version ^2.6
bitexpert/slf4psrlog Version ^0.1.3
phpoption/phpoption Version ^1.5