faimmedia/helper

Helper library with useful PHP scripts.

v1.0 2019-01-01 19:15 UTC

This package is auto-updated.

Last update: 2024-05-29 04:28:01 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