leomarquine / php-etl

Extract, Transform and Load data using PHP.
MIT License
178 stars 82 forks source link

Etl extract method param have wrong type #61

Open G0URAB opened 1 week ago

G0URAB commented 1 week ago

As per the documentation, the source in $etl->extrac can also be an iterable: $etl->extract('collection', $iterable, $options);

When I do that phpstan complains about the type in your code.

ecourtial commented 1 week ago

Hi @G0URAB Did you try our fork? We did some improvements over the years. https://github.com/wizacode/php-etl

G0URAB commented 1 week ago

Hi @ecourtial Yes, we already saw the fork. We are most probably going to use your fork :)