Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 971 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 971 Bytes

Welcome to Holiday.php ! Build Status Scrutinizer Code Quality

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.