ofcold/constellation

A simple get constellation by birthday.

Maintainers

Package info

github.com/ofcold/constellation

pkg:composer/ofcold/constellation

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-21 13:52:32 UTC


README

Installing

composer require ofcold/constellation

Useing

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

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