ComposerScriptUtils
Collection of simple scripts/micro-framework for writing your own Composer scripts, (*1)
, (*2)
Features include:, (*3)
- Configuration: composer.json easy script configuration management through 'extra' node.
- Processor skeleton base class for creating your own unified Composer processing scripts.
See also the list of contributors., (*4)
Installation
To install this library you can run the following Composer command:, (*5)
$ composer require habu/composer-script-utils
Please check the Getting Started guide for advanced installation and configuration within your project., (*6)
Documentation
The source of the documentation is stored within the res/doc/
folder of this repository., (*7)
Examples
This library ships with a few examples on how to structure your Composer commands with
the help of this library. Consult the Examples documentation page to find out
which examples there are and what purpose they serve., (*8)
License
This bundle is under the BSD 3-clause license. Please check the LICENSE file for the complete license., (*9)
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker., (*10)