Skip to content

ideenkonzept/zodiac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Zodiac

This package allow you to get the Zodiac name from any date format

Installation

composer require ideenkonzept/zodiac

Usage

use Ideenkonzept\Zodiac\ZodiacFinder;

ZodiacFinder::find( '6-2-2012')->name() // Aquarius

ZodiacFinder::find( Carbon::now() )->name()

ZodiacFinder::find( '6-2-2012','de')->name() // Wassermann

License

This package is open-sourced software licensed under the MIT license.