https://github.com/ofcold/constellation
A simple get constellation by birthday
https://github.com/ofcold/constellation
Last synced: about 1 year ago
JSON representation
A simple get constellation by birthday
- Host: GitHub
- URL: https://github.com/ofcold/constellation
- Owner: ofcold
- Created: 2019-08-07T13:17:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T03:54:12.000Z (almost 5 years ago)
- Last Synced: 2025-01-04T18:12:11.327Z (about 1 year ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple get constellation by birthday
## Installing
```
composer require ofcold/constellation
```
## Useing
```php
$constellation = CalculatorConstellation::make('1992-01-02');
echo $constellation->name();
echo $constellation->slug();
echo $constellation->html();
```