mactape/isdayoff

isdayoff.ru API实现

安装: 156

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:项目

1.1.6 2023-11-09 05:11 UTC

This package is auto-updated.

Last update: 2024-09-19 09:39:18 UTC


README

isdayoff.ru API Laravel实现

API文档

用法

composer require mactape/isdayoff

IsDayOff::check()
# returns true || false
# by default will check the current day

$day = new DateTime('2023-12-12')
OR
$day = \Carbon\Carbon::parse('2023-12-12') 

IsDayOff::check($day)