Download the PHP package gamu1012/cli-text-decoration without Composer
On this page you can find all versions of the php package gamu1012/cli-text-decoration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gamu1012/cli-text-decoration
More information about gamu1012/cli-text-decoration
Files in gamu1012/cli-text-decoration
Download gamu1012/cli-text-decoration
More information about gamu1012/cli-text-decoration
Files in gamu1012/cli-text-decoration
Vendor gamu1012
Package cli-text-decoration
Short Description String decoration library for PHP CLI output
License MIT
Homepage https://github.com/gamu1012/cli-text-decoration
Package cli-text-decoration
Short Description String decoration library for PHP CLI output
License MIT
Homepage https://github.com/gamu1012/cli-text-decoration
Please rate this library. Is it a good library?
Informations about the package cli-text-decoration
CliTextDecoration
String decoration library for PHP CLI output
Installation
Basic Usage
To decorate a character string, first set the target string with setString
The setString method returns a CliTextDecoration instance
Use this to connect chain of decoration information.
Finally, we use the decorate method to get the result
Method List
Front Color
- black()
- red()
- green()
- yellow()
- magenta()
- cyan()
- white()
Background Color
- blackBackground()
- redBackground()
- greenBackground()
- yellowBackground()
- magentaBackground()
- cyanBackground()
- whiteBackground()
Attribute
- bold()
- italic()
- underLine()
- blink()
- hidden()
All versions of cli-text-decoration with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package gamu1012/cli-text-decoration contains the following files
Loading the files please wait ....