This package allow you to get the Zodiac name from any date format
composer require ideenkonzept/zodiac
use Ideenkonzept\Zodiac\ZodiacFinder;
ZodiacFinder::find( '6-2-2012')->name() // Aquarius
ZodiacFinder::find( Carbon::now() )->name()
ZodiacFinder::find( '6-2-2012','de')->name() // Wassermann
This package is open-sourced software licensed under the MIT license.