Easter Date Handler

1.0 2018-04-09 16:12 UTC

This package is auto-updated.

Last update: 2024-06-19 19:59:11 UTC


README

Total Downloads

Easter Date

This package allow you to fetch easter date of a specific year as a carbon instanace.

Installation

composer require ideenkonzept/easter

Usage

use Ideenkonzept\Easter\Date as EasterDate;

EasterDate::year(2020); //get easter date in year 2020

EasterDate::last() //get last easter date

EasterDate::next() //get next easter date

License

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