dofruindia / gyan-date-holidays
Official PHP library for Date Holidays
dev-master
2021-11-17 15:23 UTC
Requires
- php: >=7.0
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2025-08-17 23:39:06 UTC
README
Library to fetch holidays of various countries
Installation
This project using composer.
composer require dofruindia/gyan-date-holidays
Usage
Library to fetch holidays of various countries
<?php use DateHolidays\Holidays; $api_key = "xxxx-xxxx-xxxx-xxxx-xxxx"; $holidays = new Holidays('US',$api_key); echo $holidays->getAllHolidays();