A PHP CLI for printing an emoji roughly corresponding to the current moon phase.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Brennen Bearnes 0ede2fc06a correct ordering of emojis 3 years ago
.gitignore rough 0.0.1 of phasemoji 3 years ago
LICENSE rough 0.0.1 of phasemoji 3 years ago
README.md README.md: add synopsis and install instrux 3 years ago
composer.json rough 0.0.1 of phasemoji 3 years ago
phasemoji correct ordering of emojis 3 years ago

README.md

phasemoji

This is a trivial wrapper around Samir Shah's php-moon-phase which prints an emoji roughly corresponding to the current moon phase.

I was originally pointed to this library by Vijay's moon.

It has no features and is probably wrong.

synopsis

./phasemoji 
🌑

installing

git clone http://code.p1k3.com/gitea/brennen/phasemoji.git
cd phasemoji
# you may need to install composer: https://getcomposer.org/download/
composer install

# or possibly:
php composer.phar install

author

Brennen Bearnes
https://p1k3.com/

copying

Samir Shah's php-moon-phase is MIT, so for this bit of boilerplate I guess we'll go with the same.