Zodiac Handler

Installs: 44

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/ideenkonzept/zodiac

1.0.6 2019-01-20 15:23 UTC

This package is auto-updated.

Last update: 2025-09-21 23:05:52 UTC


README

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.