Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 274 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 274 Bytes

A simple get constellation by birthday

Installing

composer require ofcold/constellation

Useing

$constellation = CalculatorConstellation::make('1992-01-02');

echo $constellation->name();
echo $constellation->slug();
echo $constellation->html();