An open API service indexing awesome lists of open source software.

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

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();
```