kiboko / etl
This library implements the Extract-Transform-Load pattern asynchronously in PHP with the help of iterators and generators
Installs: 2 193
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 7
Forks: 1
Open Issues: 1
Requires
- nikic/php-parser: ^4.2
Requires (Dev)
- ext-pdo: *
- box/spout: ^2.7
- johnkary/phpunit-speedtrap: ^2.0
- monolog/monolog: ^1.24
- mybuilder/phpunit-accelerator: ^2.0
- phpunit/phpunit: 6.5.*
- symfony/serializer: ^3.4 || ^4.0
Suggests
- ext-pdo: In order to read and write to databases with the PDO extension.
- box/spout: In order to read Excel (.xlsx) files, the box/spout package is required.
This package is auto-updated.
Last update: 2022-03-03 13:57:19 UTC
README
‼️ Warning: This library is not maintained here anymore, and became Gyroscops
Introduction
An ETL is a design pattern aimed at synchronization routines on large scale volumes of data.
This library implements this concept in PHP with the help of Iterator
s and Generator
s.
Documentation and examples
Check Documentation page to get more information about how to use this ETL component.