faimmedia / helper
Helper library with useful PHP scripts.
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/faimmedia/helper
Requires
- php: 7.*
This package is auto-updated.
Last update: 2025-10-29 03:11:22 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