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

ActiveLibrary

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 2mo 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 74% 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

2580d 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://www.gravatar.com/avatar/173bf959da1defad517a0782ae2e0c328c404f425503ddfb5e6700ae50bb86d8?d=identicon)[Simperfit](/maintainers/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

[phpro/soap-client

A general purpose SoapClient library

8885.6M46](/packages/phpro-soap-client)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M151](/packages/sulu-sulu)[laravel/nightwatch

The official Laravel Nightwatch package.

3486.1M13](/packages/laravel-nightwatch)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[guikingone/scheduler-bundle

A Symfony bundle that allows to schedule and create repetitive tasks

114217.4k](/packages/guikingone-scheduler-bundle)

PHPackages © 2026

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