Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unknownrori/php-cli-color-package
A simple wrapper on php echo to print out colorized text in the console
https://github.com/unknownrori/php-cli-color-package
cli library php
Last synced: about 4 hours ago
JSON representation
A simple wrapper on php echo to print out colorized text in the console
- Host: GitHub
- URL: https://github.com/unknownrori/php-cli-color-package
- Owner: UnknownRori
- License: mit
- Created: 2022-07-03T09:20:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T09:19:50.000Z (over 2 years ago)
- Last Synced: 2024-11-15T17:49:30.235Z (2 days ago)
- Topics: cli, library, php
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📦 PHP CLI Colorizer Package
A simple wrapper colorizer library on php echo
## 🚀 Installation
`composer require unknownrori/cli-color`
### 📓 Usage
```php
use UnknownRori\CLIColor\Color;
Color::Println("Hello, World", Color::RED);
```