faimmedia / helper
Helper library with useful PHP scripts.
v1.0
2019-01-01 19:15 UTC
Requires
- php: 7.*
This package is auto-updated.
Last update: 2025-03-29 01:09:54 UTC
README
Helper library with useful PHP scripts.
Install
Install by using composer:
composer require faimmedia/helper
Usage
You may find example files inside the examples
folder.
Documentation
Cli
Scripts for using in CLI mode.
Cli\Helper
parse
(string
$text
, ?string
$foregroundColor
, ?string
$backgroundColor
, bool
$bold
= false
)
Parse string to colored output.
Accepted colors for $foregroundColor
and $backgroundColor
arguments:
black
red
green
yellow
blue
purple
cyan
white