https://github.com/mathsgod/hl-holiday
Public holiday data in Hong Kong
https://github.com/mathsgod/hl-holiday
Last synced: 3 months ago
JSON representation
Public holiday data in Hong Kong
- Host: GitHub
- URL: https://github.com/mathsgod/hl-holiday
- Owner: mathsgod
- License: mit
- Created: 2019-01-09T08:14:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T08:41:45.000Z (almost 2 years ago)
- Last Synced: 2025-08-28T14:58:05.801Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README


# holiday-hk
Hong Kong public holiday data
```php
$hs=new HL\Holiday("en");
foreach($hs->getHoliday("2018-01-01","2018-12-31") as $h){
print_r($h);
}
```