benit/holiday

a holiday utility

0.0.1 2016-11-09 15:30 UTC

This package is not auto-updated.

Last update: 2024-05-14 02:13:25 UTC


README

Holidays are a very important stuff in life, this library provides tools to manage holidays.

Features

  • Get holidays for a given year.
  • Filter holidays of a given year by day of the week. For example : get all the holidays that are nor Saturday nor Sunday.
  • Determine if a date is a holiday.

Contribute

Feel free to contribute to this project implementing country speficic holiday rules. Take a look at the already implemented country holiday classes.

Installation

composer require benit/holiday

Usage

Check this example file.