Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/he426100/hyperf-holiday
爬取百度日历工作日
https://github.com/he426100/hyperf-holiday
Last synced: about 4 hours ago
JSON representation
爬取百度日历工作日
- Host: GitHub
- URL: https://github.com/he426100/hyperf-holiday
- Owner: he426100
- Created: 2023-05-20T06:25:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-01T07:29:08.000Z (11 months ago)
- Last Synced: 2024-08-10T13:49:11.704Z (3 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyperf-holiday
爬取百度日历工作日,主要代码来自[xywf221/cn-work-day-database](https://github.com/xywf221/cn-work-day-database/),在其基础上改成hyperf组件。不依赖第三方接口,当百度日历接口有变更时可能会失效。
## 安装
```bash
composer require he426100/hyperf-holiday
```## 使用
```php
use function He426100\Holiday\is_workday;var_dump(is_workday(strtotime(date('Y-05-01'))));
```## 其他
推荐免费接口[http://timor.tech/api/holiday](http://timor.tech/api/holiday)