PHPackages                             snce/ezpublish-legacy-utility-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. snce/ezpublish-legacy-utility-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

snce/ezpublish-legacy-utility-bundle
====================================

EzPublishLegacyUtilityBundle is an extension for eZ Publish 5+ providing extra legacy functionalities

v1.0.6(8y ago)25.4k4MITPHP

Since Feb 25Pushed 8y ago2 watchersCompare

[ Source](https://github.com/SnceGroup/EzPublishLegacyUtilityBundle)[ Packagist](https://packagist.org/packages/snce/ezpublish-legacy-utility-bundle)[ RSS](/packages/snce-ezpublish-legacy-utility-bundle/feed)WikiDiscussions master Synced 1mo ago

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

SnceEzPublishLegacyUtilityBundle
================================

[](#snceezpublishlegacyutilitybundle)

EzPublishLegacyUtilityBundle is an extension for eZ Publish 5+ providing extra legacy functionalities

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

[](#installation)

1. To install EzPublishLegacyUtilityBundle run the following command

```
$ php composer.phar require snce/ezpublish-legacy-utility-bundle

```

2. Enable EzSystemsCommentsBundle in the kernel

```
// ezpublish/EzPublishKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Snce\EzPublishLegacyUtilityBundle\SnceEzPublishLegacyUtilityBundle(),
    );
}

```

Composer scripts
----------------

[](#composer-scripts)

### Legacy DB settings update

[](#legacy-db-settings-update)

Main purpose of the script is to avoid `ezpublish_legacy/settings/override/site.ini.append.php` versioning. The script will replace the DB infos using the Symfony parameters

#### Enable the script

[](#enable-the-script)

1. Add the script to your Composer post-install-cmd and post-update-cmd (After the Incenteev\\ParameterHandler\\ScriptHandler::buildParameters script)

```
"post-install-cmd": [
           // ...
           "Snce\\EzPublishLegacyUtilityBundle\\Composer\\ScriptHandler::siteIniUpdate"
       ]

```

```
"post-update-cmd": [
           // ...
           "Snce\\EzPublishLegacyUtilityBundle\\Composer\\ScriptHandler::siteIniUpdate"
       ]

```

3. Add the extra parameters, replacing the parameters-map values with your Symfony parameters

```
"extra": {
           "ezpublish-legacy-utility":{
               "parameters-file": "ezpublish/config/parameters.yml",
               "legacy-site_ini": "ezpublish_legacy/settings/override/site.ini.append.php",
               "legacy-site_ini-dist": "ezpublish_legacy/settings/override/site.ini.append.php.dist",
               "parameters-map": {
                   "Server": "db_host",
                   "Port": "db_port",
                   "User": "db_user",
                   "Password": "db_password",
                   "Database": "db_dbname"
               }
           }
       }

```

4. Add a site.ini.append.php.dist file in ezpublish\_legacy/settings/override folder with your preferred settings\_

License
-------

[](#license)

See [License file](LICENSE)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 92.3% 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 ~216 days

Recently: every ~270 days

Total

6

Last Release

3011d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b14c2925877910ead8c9e12ddba48e1383cad1649f8c3468a35bf4da2221f26?d=identicon)[gabriperego](/maintainers/gabriperego)

---

Top Contributors

[![gabriperego](https://avatars.githubusercontent.com/u/30555?v=4)](https://github.com/gabriperego "gabriperego (12 commits)")[![guglielmobossi](https://avatars.githubusercontent.com/u/4170756?v=4)](https://github.com/guglielmobossi "guglielmobossi (1 commits)")

---

Tags

utilityezez publish

### Embed Badge

![Health badge](/badges/snce-ezpublish-legacy-utility-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/snce-ezpublish-legacy-utility-bundle/health.svg)](https://phpackages.com/packages/snce-ezpublish-legacy-utility-bundle)
```

###  Alternatives

[nette/utils

🛠 Nette Utils: lightweight utilities for string &amp; array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

2.1k394.3M1.5k](/packages/nette-utils)[danielstjules/stringy

A string manipulation library with multibyte support

2.4k26.0M191](/packages/danielstjules-stringy)[voku/arrayy

Array manipulation library for PHP, called Arrayy!

4875.5M16](/packages/voku-arrayy)[mage2tv/magento-cache-clean

This package has been migrated to mage-os/magento-cache-clean. Please switch over at your convenience.

5432.1M3](/packages/mage2tv-magento-cache-clean)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[lodash-php/lodash-php

A port of Lodash to PHP

527719.0k5](/packages/lodash-php-lodash-php)

PHPackages © 2026

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