Download the PHP package whitedigital-eu/etl-bundle without Composer
On this page you can find all versions of the php package whitedigital-eu/etl-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download whitedigital-eu/etl-bundle
More information about whitedigital-eu/etl-bundle
Files in whitedigital-eu/etl-bundle
Download whitedigital-eu/etl-bundle
More information about whitedigital-eu/etl-bundle
Files in whitedigital-eu/etl-bundle
Vendor whitedigital-eu
Package etl-bundle
Short Description Extract/Transform/Load processing bundle for Symfony 6+
License MIT
Package etl-bundle
Short Description Extract/Transform/Load processing bundle for Symfony 6+
License MIT
Please rate this library. Is it a good library?
Informations about the package etl-bundle
Extract Transform Load process Symfony bundle
Package for running ETL tasks.
- Define custom Extractors, Transformers and Loaders
- Create pipeline to run specific data import/export process.
Tasks can be run:
- from CLI (bin/console etl:run
) - from services or controllers
- from frontend using Server Sent Events (SSE) API.
Requirements
- PHP 8.1+
- Symfony 6.2+
Install bundle
Setup task
Example task (HorizonDataExtractor, HorizonCustomerTransformer - should be created separately)
Example Extractor:
Example Transformer:
Example Loader:
Console commands
- Run task by its name:
or pass extra custom argument:
- List available tasks:
All versions of etl-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
doctrine/collections Version *
doctrine/dbal Version *
doctrine/orm Version *
doctrine/persistence Version *
psr/container Version *
symfony/config Version ^6.2
symfony/console Version ^6.2
symfony/dependency-injection Version ^6.2
symfony/http-kernel Version ^6.2
symfony/mailer Version ^6.2
symfony/property-access Version ^6.2
symfony/security-bundle Version ^6.2
symfony/service-contracts Version *
symfony/twig-bridge Version ^6.2
whitedigital-eu/audit-service Version ^0.5|^0.6|^0.7
whitedigital-eu/entity-resource-mapper-bundle Version *
doctrine/collections Version *
doctrine/dbal Version *
doctrine/orm Version *
doctrine/persistence Version *
psr/container Version *
symfony/config Version ^6.2
symfony/console Version ^6.2
symfony/dependency-injection Version ^6.2
symfony/http-kernel Version ^6.2
symfony/mailer Version ^6.2
symfony/property-access Version ^6.2
symfony/security-bundle Version ^6.2
symfony/service-contracts Version *
symfony/twig-bridge Version ^6.2
whitedigital-eu/audit-service Version ^0.5|^0.6|^0.7
whitedigital-eu/entity-resource-mapper-bundle Version *
The package whitedigital-eu/etl-bundle contains the following files
Loading the files please wait ....