kiboko/etl

This package is abandoned and no longer maintained. No replacement package was suggested.

This library implements the Extract-Transform-Load pattern asynchronously in PHP with the help of iterators and generators

dev-master 2021-11-26 16:57 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 Iterators and Generators.

Documentation and examples

Check Documentation page to get more information about how to use this ETL component.