pierre-r/holidays

Permet de récupérer les fériés légaux en Belgique

1.1.1 2024-12-11 14:18 UTC

This package is auto-updated.

Last update: 2025-03-11 15:04:14 UTC


README

composer require pierre-r/holidays

How to use

Get all holidays of a year :

$year_holidays = Holidays\get_holidays(2022);

How to know if a specific date is a holiday :

$holiday = Holidays\is_holiday('2022-06-06');