mactape/isdayoff

isdayoff.ru api implementation

Installs: 325

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

1.2.3 2025-04-06 20:13 UTC

This package is auto-updated.

Last update: 2025-04-06 20:13:56 UTC


README

isdayoff.ru API Laravel implementation

API Documentation

Usage

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)