ofcold/constellation

通过生日获取星座的简单工具。

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

This package is auto-updated.

Last update: 2024-09-21 11:02:46 UTC


README

安装方法

composer require ofcold/constellation

使用说明

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

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