laravel-open-holidays-api maintained by caldero-systems
Description
A Laravel wrapper for the Open Holidays API
Author
Caldero Systems
Last update
2026/07/08 00:42
(dev-main)
License
Downloads
82
THIS IS COMPATIBLE WITH LARAVEL 12+13
Laravel package for the Open Holiday API
A package to use the holidays API from the Open Holiday API. (Swagger)
Installation
You can install the package via composer:
composer require caldero-systems/laravel-open-holidays-api
Usage
$holidayApi = new \CalderoSystems\LaravelOpenHolidaysApi\OpenHolidaysApi();
$holidays = $holidayApi
->holidays()
->publicHolidays(
'BE',
'NL',
'2023-01-01',
'2023-12-31',
'NL-BE'
);
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Caldero Systems
- Noah Gillard (original author)
- All Contributors
License
The MIT License (MIT). Please see License File for more information.