All Projects → mikeerickson → php-cli-colors

mikeerickson / php-cli-colors

Licence: MIT license
Liven up you PHP Console Apps with standard colors

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to php-cli-colors

FirstPRChallenge
Kick start your Open Source by making your personalized profile card
Stars: ✭ 14 (-84.44%)
Mutual labels:  hacktoberfest2020
o-fish-realm
Realm application code and sample data for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection. The web app allows agencies to gain insights from the aggregated information.
Stars: ✭ 23 (-74.44%)
Mutual labels:  hacktoberfest2020
Traverser
Traverser is a Java library that helps software engineers implement advanced iteration of a data structure.
Stars: ✭ 45 (-50%)
Mutual labels:  hacktoberfest2020
RustLabs
The Ultimate Workshop Track for #Rust Developer
Stars: ✭ 22 (-75.56%)
Mutual labels:  hacktoberfest2020
Good-Client-Bad-Client
Help us build a Credit Card Approval system - using Machine Learning!
Stars: ✭ 18 (-80%)
Mutual labels:  hacktoberfest2020
moon-cheeser
Moon Cheeser is an infinite runner where the player plays as a mouse gathering cheese pieces and avoiding craters and other astronomical objects, such as comets and planets, on a moon made of cheese.
Stars: ✭ 32 (-64.44%)
Mutual labels:  hacktoberfest2020
sugestoes-temas
Repositório de sugestões para temas para talks, posts, podcasts, vídeos e/ou qualquer outro conteúdo voltado Android.
Stars: ✭ 33 (-63.33%)
Mutual labels:  hacktoberfest2020
oss-template
Um template PT-BR para projetos Open Source.
Stars: ✭ 15 (-83.33%)
Mutual labels:  hacktoberfest2020
andaluh-js
Transliterate español (spanish) spelling to andaluz proposals using javascript
Stars: ✭ 22 (-75.56%)
Mutual labels:  hacktoberfest2020
agile-architecture-documentation-system
A maven archetype to generate easily projects allowing architecture description using a mix of C4, agile architecture, Asciidoc and PlantUML
Stars: ✭ 27 (-70%)
Mutual labels:  hacktoberfest2020
Instagram-Giveaways-Winner
Instagram Bot which when given a post url will spam mentions to increase the chances of winning. Win Instagram Giveaways!
Stars: ✭ 95 (+5.56%)
Mutual labels:  hacktoberfest2020
competetive-code-hacktoberfest
For Hacktoberfest Contribution
Stars: ✭ 14 (-84.44%)
Mutual labels:  hacktoberfest2020
docs
No description or website provided.
Stars: ✭ 16 (-82.22%)
Mutual labels:  hacktoberfest2020
DigiPass
DigiPass (Paywall) WordPress plugin
Stars: ✭ 11 (-87.78%)
Mutual labels:  hacktoberfest2020
stackOverflow focus
Remove all unnecessary clutter when looking for help on StackOverflow through a Chrome plugin.
Stars: ✭ 58 (-35.56%)
Mutual labels:  hacktoberfest2020
HACKTOBERFEST-2020-flutter-interview-questions
Flutter interview questions with answers
Stars: ✭ 44 (-51.11%)
Mutual labels:  hacktoberfest2020
templates
tsParticles website templates collection
Stars: ✭ 42 (-53.33%)
Mutual labels:  hacktoberfest2020
sharedsharder
Shard your discord.js bot across devices!
Stars: ✭ 18 (-80%)
Mutual labels:  hacktoberfest2020
GameHer
Gameher is a French association aspiring to develop gender diversity in the fields of video games, esport and streaming. We want to give players the tools they need to flourish and evolve in the fields of video games, esport and streaming.
Stars: ✭ 35 (-61.11%)
Mutual labels:  hacktoberfest2020
home-automation-app
An app to show weather, todos, calendar events, and a grocery list using a touch display and a raspberry pi.
Stars: ✭ 32 (-64.44%)
Mutual labels:  hacktoberfest2020

php-cli-colors

Liven up you PHP Console Apps with standard colors

View on Packagist

image

Installation

composer require codedungeon/php-cli-colors '~1.0'

or update your composer.json

    ...
    "require": {
        "codedungeon/php-cli-colors": "~1.0"
    },
    ...

How to use

<?php

require __DIR__ . '/vendor/autoload.php';

use Codedungeon\PHPCliColors\Color;

echo Color::GREEN, 'Hello', Color::RESET, PHP_EOL;

above exemple

See rainbow.php sample for more details

License

Copyright © 2017-2020 Mike Erickson Released under the MIT license

Credits

php-cli-color written by Mike Erickson

E-Mail: [email protected]

Twitter: @codedungeon

Website: codedungeon.org

Screenshot

Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].