PHPackages                             simperfit/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. simperfit/etl-workflow

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

simperfit/etl-workflow
======================

Extract-Transform-Load workflow library

v2.1.0(7y ago)1211.4kMITPHPPHP &gt;=5.5.9

Since Nov 5Pushed 7y agoCompare

[ Source](https://github.com/Simperfit/etl-workflow)[ Packagist](https://packagist.org/packages/simperfit/etl-workflow)[ RSS](/packages/simperfit-etl-workflow/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (10)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

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~231 days

Recently: every ~383 days

Total

8

Last Release

2631d ago

Major Versions

v1.2.4 → v2.1.02019-04-16

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

v1.1.0PHP &gt;=5.3.3

v2.1.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3451634?v=4)[Hamza Amrouche](/maintainers/Simperfit)[@Simperfit](https://github.com/Simperfit)

---

Top Contributors

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

---

Tags

Extract-Transform-Load ETL workflow symfony

### Embed Badge

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

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/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.5k193.1M3.0k](/packages/composer-composer)[phpro/soap-client

A general purpose SoapClient library

8895.9M52](/packages/phpro-soap-client)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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