2017 © Pedro Peláez
 

library composer-remove-parameter-handler

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

image

gmaissa/composer-remove-parameter-handler

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

  • Saturday, March 11, 2017
  • by GMaissa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Remove your parameters files generated with Incenteev/ParameterHandler package

About

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

It provides a script, to be used in composer group of scripts., (*2)

Installation

With composer :, (*3)

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

You can than add the provided script to your composer.json scripts section :, (*4)

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

Contributing

In order to be accepted, your contribution needs to pass a few controls :, (*5)

  • PHP files should be valid
  • PHP files should follow the PSR-2 standard
  • PHP files should be phpmd and phpcpd warning/error free

To ease the validation process, install the pre-commit framework and install the repository pre-commit hook :, (*6)

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 onto your local repository., (*7)

The Versions

11/03 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Guillaume Maïssa

29/01 2017

1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Guillaume Maïssa