A package to use the holidays API from the Open Holiday API. (Swagger)
You can install the package via composer:
composer require caldero-systems/laravel-open-holidays-api$holidayApi = new \CalderoSystems\LaravelOpenHolidaysApi\OpenHolidaysApi();
$holidays = $holidayApi
->holidays()
->publicHolidays(
'BE',
'NL',
'2023-01-01',
'2023-12-31',
'NL-BE'
);composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
- Caldero Systems
- Noah Gillard (original author)
- All Contributors
The MIT License (MIT). Please see License File for more information.