PHPackages                             oliverde8/php-etl-easyadmin-bundle - 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. [Admin Panels](/categories/admin)
4. /
5. oliverde8/php-etl-easyadmin-bundle

ActiveLibrary[Admin Panels](/categories/admin)

oliverde8/php-etl-easyadmin-bundle
==================================

Add interfaces to see execution &amp; to run executions of the php-etl.

v1.0.0(4y ago)21552[1 PRs](https://github.com/oliverde8/phpEtlEasyAdminBundle/pulls)MITPHPPHP &gt;=7.4.0

Since Mar 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/oliverde8/phpEtlEasyAdminBundle)[ Packagist](https://packagist.org/packages/oliverde8/php-etl-easyadmin-bundle)[ RSS](/packages/oliverde8-php-etl-easyadmin-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

PHP Etl Easy Admin Bundle
=========================

[](#php-etl-easy-admin-bundle)

The Php etl easy admin bundle allows the usage of [Oliver's PHP Etl](https://github.com/oliverde8/php-etl) library in symfony. Add's an integration to easy admin as well in order to see a list of the executions:

[![List of etl executions](docs/etl-execution-list.png)](docs/etl-execution-list.png)

And also a details on each execution. Logs of each execution and files processed in each execution can also be found here

[![List of etl executions](docs/etl-execution-details.png)](docs/etl-execution-details.png)

Also provides a dashboard to see current state.

[![Dashboard of etl executions](docs/etl-dashboard.png)](docs/etl-dashboard.png)

Installation
------------

[](#installation)

1. Install using composer
2. in `/config/` create a directory `etl`
3. Enable bundle:

```
    \Oliverde8\PhpEtlBundle\Oliverde8PhpEtlEasyAdminBundle::class => ['all' => true],
```

4. Add to easy admin

```
yield MenuItem::linktoRoute("Job Dashboard", 'fas fa-chart-bar', "etl_execution_dashboard");
yield MenuItem::linkToCrud('Etl Executions', 'fas fa-list', EtlExecution::class);
```

5. Enable routes

```
etl_bundle:
  resource: '@Oliverde8PhpEtlEasyAdminBundle/Controller'
  type: annotation
  prefix: /admin
```

6. Optional: Enable queue if you wish to allow users from the easy admin panel to do executions.

```
framework:
  messenger:
    routing:
        "Oliverde8\PhpEtlBundle\Message\EtlExecutionMessage": async
```

6. Optional: Enable creation of individual files for each log by editing the monolog.yaml

```
etl:
    type: service
    id: Oliverde8\PhpEtlBundle\Services\ChainExecutionLogger
    level: debug
    channels: ["!event"]
```

Usage
-----

[](#usage)

Please check the documentation of the [Php Etl Bundle](https://github.com/oliverde8/phpEtlBundle)

For more information on how the etl works and how to create operations check the [Php Etl Documentation](https://github.com/oliverde8/php-etl#creating-you-own-operations)

TODO
----

[](#todo)

- Add possibility to create etl chains definitions from the interface.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1534d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3658513?v=4)[De Cramer Oliver](/maintainers/oliverde8)[@oliverde8](https://github.com/oliverde8)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/oliverde8-php-etl-easyadmin-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/oliverde8-php-etl-easyadmin-bundle/health.svg)](https://phpackages.com/packages/oliverde8-php-etl-easyadmin-bundle)
```

###  Alternatives

[wandi/easyadmin-plus-bundle

Wandi/EasyAdminPlusBundle

3926.1k](/packages/wandi-easyadmin-plus-bundle)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[insitaction/easyadmin-fields-bundle

Set of easyadmin fields and useful helpers for Insitaction

1910.3k](/packages/insitaction-easyadmin-fields-bundle)[umanit/easyadmin-tree-bundle

Plugin to add category tree features for EasyAdmin

237.0k](/packages/umanit-easyadmin-tree-bundle)[alshenetsky/easyadmin-breadcrumbs

A bundle that allows you to add breadcrumbs to EasyAdmin

124.9k](/packages/alshenetsky-easyadmin-breadcrumbs)

PHPackages © 2026

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