habu/composer-script-utils

Collection of simple scripts/micro-framework for writing your own Composer scripts

v1.0.0 2016-12-13 12:58 UTC

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

Build Status Code Coverage Latest Stable Version Latest Unstable Version License

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.