PHPackages                             cedricblondeau/php-enigma2 - 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. cedricblondeau/php-enigma2

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

cedricblondeau/php-enigma2
==========================

 A modern PHP library and CLI for updating Enigma2/Dreambox bouquets

10PHP

Since Dec 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/cedricblondeau/php-enigma2)[ Packagist](https://packagist.org/packages/cedricblondeau/php-enigma2)[ RSS](/packages/cedricblondeau-php-enigma2/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-enigma2
-----------

[](#php-enigma2)

A modern PHP library and CLI for updating Enigma2/Dreambox bouquets

CLI Usage
---------

[](#cli-usage)

```
cp etc/config.yml.example etc/config.yml
vi config.yml # edit config.yml
chmod +x ./bin/console
mkdir tmp/
./bin/console download "http://domain.tld/bouquets.zip"
./bin/console upload tmp/bouquets
./bin/console reload
```

PHP Usage
---------

[](#php-usage)

```
// Retrieve a bouquets archive (from vhannibal.net for example) and extract it
$retriever = new Retriever();
$directory = $retriever->download("http://domain.tld/bouquets.zip");

// Parse bouquets files
$filesScanner = new Scanner($directory);
$files = $filesScanner->scan(); // Throws RuntimeException if invalid directory

// Create a dreambox/engima2 profile
$profile = new Profile("192.168.1.10", "user", "password");

// Upload files via FTP
$ftp = new Ftp($profile);
$ftp->upload($files); // Throws RuntimeException if FTP error

// Reload bouquets
$client = new HttpClient($profile);
$client->reloadBouquets();
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.1% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1479924?v=4)[Cédric Blondeau](/maintainers/cedricblondeau)[@cedricblondeau](https://github.com/cedricblondeau)

---

Top Contributors

[![cedricblondeau](https://avatars.githubusercontent.com/u/1479924?v=4)](https://github.com/cedricblondeau "cedricblondeau (31 commits)")[![mickaelblondeau](https://avatars.githubusercontent.com/u/3583898?v=4)](https://github.com/mickaelblondeau "mickaelblondeau (5 commits)")

### Embed Badge

![Health badge](/badges/cedricblondeau-php-enigma2/health.svg)

```
[![Health](https://phpackages.com/badges/cedricblondeau-php-enigma2/health.svg)](https://phpackages.com/packages/cedricblondeau-php-enigma2)
```

PHPackages © 2026

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