mathsgod/hl-holiday

Public holiday in Hong Kong. (Start from 2011)

1.7.0 2024-09-03 08:40 UTC

This package is auto-updated.

Last update: 2024-11-03 09:01:34 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);
}