PHPackages                             alesteq/date-ja - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. alesteq/date-ja

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alesteq/date-ja
===============

PHP library for getting Japanese public holidays and calendar information.

v1.4.4(5y ago)130MITPHPPHP ^7.0CI failing

Since Apr 19Pushed 5y agoCompare

[ Source](https://github.com/alesteq/DateJa)[ Packagist](https://packagist.org/packages/alesteq/date-ja)[ RSS](/packages/alesteq-date-ja/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (12)Used By (0)

DateJa
======

[](#dateja)

[![Build Status](https://camo.githubusercontent.com/5413c696a65478e8d3a77166c7dce415d07b47561489a96f09320a864fb2abfd/68747470733a2f2f7472617669732d63692e6f72672f616c65737465712f446174654a612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/alesteq/DateJa) [![Maintainability](https://camo.githubusercontent.com/9d1720a822c82344d852713049a67bb5c7d222314617b6910e0e38240220800b/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f33386330303736336230373439323764373835632f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/alesteq/DateJa/maintainability) [![Test Coverage](https://camo.githubusercontent.com/f275e2c53bfaf8aae96186ca0adff1f8e3b3e6ae5664a632c9873e6e6d2b6116/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f33386330303736336230373439323764373835632f746573745f636f766572616765)](https://codeclimate.com/github/alesteq/DateJa/test_coverage) [![Latest Stable Version](https://camo.githubusercontent.com/db78988c400504b7e5d306791abf3d3ca308b0b7ef1380d69d23c5f0ea7f554a/68747470733a2f2f706f7365722e707567782e6f72672f616c65737465712f646174652d6a612f762f737461626c65)](https://packagist.org/packages/alesteq/date-ja) [![PHP from Packagist](https://camo.githubusercontent.com/50b7b3dbb161c93b561fa04a612cb396ae561f2e63b8e3db33df0742e28734c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f616c65737465712f646174652d6a612e7376673f636f6c6f723d696d706f7274616e74)](https://packagist.org/packages/alesteq/date-ja) [![GitHub code size in bytes](https://camo.githubusercontent.com/89060c981621d604e6a1f8e808ace6292a023ca933b396be9a666809725e59d1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f616c65737465712f446174654a612e737667)](https://camo.githubusercontent.com/89060c981621d604e6a1f8e808ace6292a023ca933b396be9a666809725e59d1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f616c65737465712f446174654a612e737667)

日本の暦と祝日・休日、及びカレンダーを取得するPHPライブラリです。

Features
--------

[](#features)

- 指定した月の祝日と休日を取得
- 指定日の祝日判定
- 祝日の名称を取得
- 和暦、西暦、月日、曜日を取得
- 元号を取得
    - 明治, 大正, 昭和, 平成, 令和
- 曜日を取得
    - 日, 月, 火, 水, 木, 金, 土
- 旧暦月名を取得
    - 睦月, 如月, 弥生, 卯月, 皐月, 水無月, 文月, 葉月, 長月, 神無月, 霜月, 師走
- 干支を取得
    - 十干
        - 甲, 乙, 丙, 丁, 戊, 己, 庚, 辛, 壬, 癸
    - 十二支
        - 子, 丑, 寅, 卯, 辰, 巳, 午, 未, 申, 酉, 戌, 亥
- 指定月の第n X曜日（e.g. 第２月曜日）の日付を取得
- 月毎のカレンダーの日付情報を取得
- 営業日を取得

Installation
------------

[](#installation)

DateJaライブラリを使用するにあたり、composerによるパッケージのインストールを行います。

```
composer require alesteq/date-ja
```

Usage
-----

[](#usage)

はじめにautoload.phpを読み込み、ネームスペースを宣言します。

```
