Download the PHP package jbrooksuk/laravel-colorize without Composer
On this page you can find all versions of the php package jbrooksuk/laravel-colorize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jbrooksuk/laravel-colorize
More information about jbrooksuk/laravel-colorize
Files in jbrooksuk/laravel-colorize
Download jbrooksuk/laravel-colorize
More information about jbrooksuk/laravel-colorize
Files in jbrooksuk/laravel-colorize
Vendor jbrooksuk
Package laravel-colorize
Short Description A handy set of Stringable mixins for CLI text.
License MIT
Package laravel-colorize
Short Description A handy set of Stringable mixins for CLI text.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-colorize
Laravel Colorize
A mixin for Laravel's Stringable
to easily apply colors and styles to CLI text.
Installation
You can install the package via Composer:
Usage
blink
Make the text blink.
bold
Make the text bold.
colorize
Colorize the text. Foreground, Background.
conceal
Make the text invisible.
reverse
Swap the foreground with the background and the background with the foreground.
underscore
Make the text underscored.
Chaining
Because Laravel Colorize uses Stringable
, all of these methods can be chained together.
All versions of laravel-colorize with dependencies
PHP Build Version
Package Version
The package jbrooksuk/laravel-colorize contains the following files
Loading the files please wait ....