habu / composer-script-utils
Collection of simple scripts/micro-framework for writing your own Composer scripts
Requires
- php: >=5.5
Requires (Dev)
- composer/composer: ^1.1
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ^4.8|^5.7
This package is not auto-updated.
Last update: 2024-11-09 18:59:30 UTC
README
Collection of simple scripts/micro-framework for writing your own Composer scripts
Features include:
- 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.
Installation
To install this library you can run the following Composer command:
$ composer require habu/composer-script-utils
Please check the Getting Started guide for advanced installation and configuration within your project.
Documentation
The source of the documentation is stored within the res/doc/
folder of this repository.
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.
License
This bundle is under the BSD 3-clause license. Please check the LICENSE file for the complete license.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.