endroid/composer-message

Endroid Composer Message

Fund package maintenance!
endroid

Installs: 1 077

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:composer-plugin

1.3.2 2023-08-28 19:18 UTC

This package is auto-updated.

Last update: 2024-04-07 14:10:07 UTC


README

By endroid

Latest Stable Version Build Status Total Downloads Monthly Downloads License

Installation

$ composer require endroid/composer-message

Usage

Define the messages inside your composer.json like this.

"extra": {
    "endroid": {
        "message": [
            { "content": "This is an error message", "type": "error" },
            { "content": "This is a warning message", "type": "warning" },
            { "content": "This is an info message", "type": "info" }
        ]
    }
}

This will generate the following console output during installation.

Composer Message Output

Versioning

Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatible changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.

License

This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.