/holiday_jp-php

Japanese holiday.

Primary LanguagePHP

holiday_jp PHP test Packagist

Get holidays in Japan.

Installation

{
  "require": {
    "holiday-jp/holiday_jp": "*"
  }
}
require 'vendor/autoload.php';

use HolidayJp\HolidayJp;

$holidays = HolidayJp::between(new DateTime('2010-09-14'), new DateTime('2010-09-21'))

echo $holidays[0]['name'] // 敬老の日