brennen / phasemoji
A PHP CLI for printing an emoji roughly corresponding to the current moon phase.
v0.0.2
2020-12-29 06:18 UTC
Requires
- php: >=7.2.0
- solaris/php-moon-phase: dev-master
This package is not auto-updated.
Last update: 2025-03-12 11:20:36 UTC
README
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.