mathsgod/hl-holiday

Public holiday in Hong Kong. (Start from 2011)

Installs: 32

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/mathsgod/hl-holiday

1.7.0 2024-09-03 08:40 UTC

This package is auto-updated.

Last update: 2025-10-01 00:08:13 UTC


README

PHP Composer

LICENSE

holiday-hk

Hong Kong public holiday data

$hs=new HL\Holiday("en");
foreach($hs->getHoliday("2018-01-01","2018-12-31") as $h){
    print_r($h);
}