PHPackages                             gmaissa/composer-remove-parameter-handler - 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. gmaissa/composer-remove-parameter-handler

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

gmaissa/composer-remove-parameter-handler
=========================================

Provides Composer script to remove parameters files generated with incenteev/composer-parameter-handler package

1.0.0(9y ago)020MITPHP

Since Jan 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/GMaissa/composer-remove-parameter-handler)[ Packagist](https://packagist.org/packages/gmaissa/composer-remove-parameter-handler)[ RSS](/packages/gmaissa-composer-remove-parameter-handler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (2)Used By (0)

Remove your parameters files generated with Incenteev/ParameterHandler package
==============================================================================

[](#remove-your-parameters-files-generated-with-incenteevparameterhandler-package)

About
-----

[](#about)

This bundle provides tools to remove files generated with Incenteev/ParameterHandler package, from which it uses the configuration.

It provides a script, to be used in composer group of scripts.

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

[](#installation)

With composer :

```
php composer.phar require gmaissa/composer-remove-parameter-handler

```

You can than add the provided script to your composer.json scripts section :

```
...
"scripts": {
    ...
    "post-install-cmd": [
        ...,
        "GMaissa\\ComposerParameterHandler\\Composer\\ScriptHandler::removeHandledFiles",
        ...
    ],
    "post-update-cmd": [
        ...,
        "GMaissa\\ComposerParameterHandler\\Composer\\ScriptHandler::removeHandledFiles",
        ...
    ]
}

```

Contributing
------------

[](#contributing)

In order to be accepted, your contribution needs to pass a few controls :

- PHP files should be valid
- PHP files should follow the [PSR-2](http://www.php-fig.org/psr/psr-2/) standard
- PHP files should be [phpmd](https://phpmd.org) and [phpcpd](https://github.com/sebastianbergmann/phpcpd) warning/error free

To ease the validation process, install the [pre-commit framework](http://pre-commit.com) and install the repository pre-commit hook :

```
pre-commit install

```

Finally, in order to homogenize commit messages across contributors (and to ease generation of the CHANGELOG), please apply this [git commit message hook](https://gist.github.com/GMaissa/f008b2ffca417c09c7b8) onto your local repository.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3387d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d8ed05a794cbde94c0bf4e6516a214a68333afef973340591a31f3dfcbb1a50?d=identicon)[GMaissa](/maintainers/GMaissa)

---

Top Contributors

[![GMaissa](https://avatars.githubusercontent.com/u/1993716?v=4)](https://github.com/GMaissa "GMaissa (3 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/gmaissa-composer-remove-parameter-handler/health.svg)

```
[![Health](https://phpackages.com/badges/gmaissa-composer-remove-parameter-handler/health.svg)](https://phpackages.com/packages/gmaissa-composer-remove-parameter-handler)
```

###  Alternatives

[anime-db/anime-db

The application for making home collection anime

252.1k2](/packages/anime-db-anime-db)

PHPackages © 2026

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