PHPackages                             oliverde8/php-etl-sylius-admin-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-sylius-admin-bundle

ActiveLibrary[Admin Panels](/categories/admin)

oliverde8/php-etl-sylius-admin-bundle
=====================================

v1.0.1(11mo ago)22.2k2MITPHPPHP &gt;=8.2

Since Oct 20Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/oliverde8/PhpEtlSyliusAdminBundle)[ Packagist](https://packagist.org/packages/oliverde8/php-etl-sylius-admin-bundle)[ RSS](/packages/oliverde8-php-etl-sylius-admin-bundle/feed)WikiDiscussions develop Synced 2d ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

Php Etl Sylius Admin Bundle
===========================

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

The Php Etl Sylius Admin Bundle allows the usage of [Oliver's PHP Etl Bundle](https://github.com/oliverde8/phpEtlBundle) library in a Sylius environment.

Dependencies
------------

[](#dependencies)

```
composer require oliverde8/php-etl-sylius-admin-bundle

```

PhpEtlSyliusAdminBundle config
------------------------------

[](#phpetlsyliusadminbundle-config)

1. Install this module:

```
# config/bundles.php

return [
    [...]
    Oliverde8\PhpEtlSyliusAdminBundle\Oliverde8PhpEtlSyliusAdminBundle::class => ['all' => true],
];
```

2. Create EtlExecution table via migrations
3. Create messenger\_messages table via migrations
4. Import configs

```
# config/packages/etl.yaml
imports:
    - { resource: "@Oliverde8PhpEtlSyliusAdminBundle/Resources/config/config.yaml" }
```

5. Import routes

```
# config/routes/etl.yaml
oliverde8_etl:
    resource: '@Oliverde8PhpEtlSyliusAdminBundle/Resources/config/routing.yaml'
```

6. Configure EtlExecution Message:

```
# config/packages/messenger.yaml
framework:
    messenger:
        # Uncomment this (and the failed transport below) to send failed messages to this transport for later handling.
        failure_transport: failed

        transports:
            failed: 'doctrine://default?queue_name=failed'
            generic_with_retry:
                dsn: 'doctrine://default?queue_name=generic_with_retry'
                retry_strategy:
                    max_retries: 3
                    multiplier: 4
                    delay: 3600000 #1H first retry, 4H second retry, 16H third retry (see multiplier)
            etl_async:
                dsn: 'doctrine://default?queue_name=etl_async'
                retry_strategy:
                    max_retries: 0

        routing:
            'Oliverde8\PhpEtlBundle\Message\EtlExecutionMessage': etl_async
```

8. Create an ETL chain to execute: see the doc from [this page](https://github.com/oliverde8/phpEtlBundle#creating-an-etl-chain)

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance52

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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 ~72 days

Total

5

Last Release

334d 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 (11 commits)")[![MaximeRig](https://avatars.githubusercontent.com/u/45171369?v=4)](https://github.com/MaximeRig "MaximeRig (2 commits)")[![dvasconcelos](https://avatars.githubusercontent.com/u/13258841?v=4)](https://github.com/dvasconcelos "dvasconcelos (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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