caldero-systems / laravel-open-holidays-api
A Laravel wrapper for the Open Holidays API
Package info
github.com/CalderoSystems/HolidayAPI
pkg:composer/caldero-systems/laravel-open-holidays-api
dev-main
2026-07-07 22:42 UTC
Requires
- php: ^8.4
- illuminate/contracts: ^12.0|^13.0
- saloonphp/saloon: ^3.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.22
- nunomaduro/collision: ^8.0
- orchestra/testbench: ^10.0|^11.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.0
This package is not auto-updated.
Last update: 2026-07-08 14:52:50 UTC
README
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.