caldero-systems/laravel-open-holidays-api

A Laravel wrapper for the Open Holidays API

Maintainers

Package info

github.com/CalderoSystems/HolidayAPI

pkg:composer/caldero-systems/laravel-open-holidays-api

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 5

dev-main 2026-07-07 22:42 UTC

README

Laravel package for the Open Holiday API

Latest Version on Packagist CI Status GitHub Code Style Action Status Total Downloads

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

License

The MIT License (MIT). Please see License File for more information.