ofcold/constellation

A simple get constellation by birthday.

V1.0.0 2021-05-21 03:49 UTC

This package is auto-updated.

Last update: 2024-03-21 09:57:19 UTC


README

Installing

composer require ofcold/constellation

Useing

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

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