jbtcd / holidays
A simple PHP library to work with all the holidays in the world.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Fund package maintenance!
jbtcd
paypal.me/jbtcd
Installs: 3 320
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.4
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2022-07-07 20:44:40 UTC
README
The holiday project 🏖️
A simple PHP library to work with all the holidays in the world.
Installation
To install, use composer:
$ composer require jbtcd/holidays
Usage
<?php require __DIR__ . '/vendor/autoload.php'; $holiday = new \jbtcd\Holidays\Holiday('DEU'); var_dump($holiday->isHoliday(new \DateTime('start of year')));
Testing
PHPUnit:
./vendor/bin/phpunit --testdox tests --coverage-text
License
The MIT License (MIT). Please see License File for more information.