PHPackages                             bookeen/etl-workflow - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bookeen/etl-workflow

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bookeen/etl-workflow
====================

Extract-Transform-Load workflow library

v1.2.4(10y ago)65.7k7[1 issues](https://github.com/BOOKEEN/etl-workflow/issues)[1 PRs](https://github.com/BOOKEEN/etl-workflow/pulls)MITPHPPHP &gt;=5.3.3

Since Nov 5Pushed 8y ago3 watchersCompare

[ Source](https://github.com/BOOKEEN/etl-workflow)[ Packagist](https://packagist.org/packages/bookeen/etl-workflow)[ RSS](/packages/bookeen-etl-workflow/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (9)Used By (0)

bookeen-etl-workflow
====================

[](#bookeen-etl-workflow)

This bundle provide a simple Extract-Transform-Load Workflow with ETL interfaces.

Install
-------

[](#install)

```
composer require "bookeen/etl-workflow:1.2.1"
```

In your Smfony CLI
------------------

[](#in-your-smfony-cli)

```
$workflow = new Workflow();

$workflow->setExtractor(new YourExtractor());
$workflow->setTransformer(new YourTransformer());
$workflow->setLoader(new YourLoader());

$workflow->process();
```

You can add a ProgressBar for CLI

```
$workflow = new Workflow();

// Dispatch ProgressBar helper for CLI
$dispatcher = $this->getContainer()->get('event_dispatcher');
$dispatcher->addSubscriber(new WorkflowProgressBarSubscriber($output));
$workflow->setDispatcher($dispatcher);

// ...

$workflow->process();
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~97 days

Recently: every ~139 days

Total

7

Last Release

3675d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.5

v1.1.0PHP &gt;=5.3.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/8737eaf694f17c97ea3587a8f75f7e77cff2a25b1476841971aff74bb86c1a70?d=identicon)[bookeenstore](/maintainers/bookeenstore)

---

Top Contributors

[![MelBookeen](https://avatars.githubusercontent.com/u/13571501?v=4)](https://github.com/MelBookeen "MelBookeen (5 commits)")

---

Tags

Extract-Transform-Load ETL workflow symfony

### Embed Badge

![Health badge](/badges/bookeen-etl-workflow/health.svg)

```
[![Health](https://phpackages.com/badges/bookeen-etl-workflow/health.svg)](https://phpackages.com/packages/bookeen-etl-workflow)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k196.2M3.1k](/packages/composer-composer)[phpro/soap-client

A general purpose SoapClient library

8896.1M53](/packages/phpro-soap-client)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[dagger/dagger

Dagger PHP SDK

261.1k](/packages/dagger-dagger)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.4M78](/packages/typo3-cms-redirects)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
