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: 2026-03-01 00:26:33 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:
blackredgreenyellowbluepurplecyanwhite