Download the PHP package bvanhoekelen/terminal-style without Composer
On this page you can find all versions of the php package bvanhoekelen/terminal-style. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bvanhoekelen/terminal-style
More information about bvanhoekelen/terminal-style
Files in bvanhoekelen/terminal-style
Package terminal-style
Short Description Return your terminal message in style! Change the text style, text color and text background color form the terminal interface with ANSI color codes. The terminal style tool support Laravel and Composer.
License Apache-2.0
Informations about the package terminal-style
PHP Terminal style
Highlight
- The easiest way to style your text in the command line / terminal
- Change text color to red, green, yellow ... » Text color
- Change background color to red, green, yellow ... » Background color
- Change background in customer 8-bit color » Custom background color
- Change text style to bold, dim, underlined, blink ... » Text style
- Support for Laravel framework » Laravel
- Easy to install » installation
- Love feedback » backlog or create issues
How to use
Text color
Code example
Text color names
Use can use: default
, yellow
, red
, green
, light-gray
...
See the full color name list here
Background color
Code example
Background colors names
Use can use: default
, yellow
, red
, green
, light-gray
...
See the full background color name list here or see custom background color
Text style
Code example
Text styles
Use can use: default
, bold
, dim
, italic
, underlined
, 'blink' ...
See the full text style name list here
Help, docs and links
Backlog & Feedback
If you have any suggestions to improve this php terminal style tool? Please add your feature, bug or improvement to the BACKLOG.dm. Or create a issues.
Installation
Install with Laravel
Get PHP terminal style tool by running the Composer command in the command line.
Open your file and use terminal_style()
Install with composer
Get PHP terminal style tool by running the Composer command in the command line.
Open your file and use terminal_style()