he426100 / hyperf-holiday
爬取百度日历工作日
0.0.2
2023-12-01 07:28 UTC
Requires
- php: >=8.1
- hyperf/cache: ~3.1.0
- hyperf/command: ~3.1.0
- hyperf/config: ~3.1.0
- hyperf/context: ~3.1.0
- hyperf/di: ~3.1.0
- hyperf/framework: ~3.1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.16
- hyperf/testing: ~3.1.0
- phpstan/phpstan: ^1.9
This package is auto-updated.
Last update: 2025-03-01 00:40:08 UTC
README
爬取百度日历工作日,主要代码来自xywf221/cn-work-day-database,在其基础上改成hyperf组件。不依赖第三方接口,当百度日历接口有变更时可能会失效。
安装
composer require he426100/hyperf-holiday
使用
use function He426100\Holiday\is_workday; var_dump(is_workday(strtotime(date('Y-05-01'))));