PHPackages                             ponponumi/calendar\_create - 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. ponponumi/calendar\_create

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

ponponumi/calendar\_create
==========================

1.0.0(3mo ago)03MITPHPPHP &gt;=8.3

Since Jan 25Pushed 3mo agoCompare

[ Source](https://github.com/ponponumi/calendar_create)[ Packagist](https://packagist.org/packages/ponponumi/calendar_create)[ RSS](/packages/ponponumi-calendar-create/feed)WikiDiscussions main Synced 1mo ago

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

CalendarCreate
==============

[](#calendarcreate)

概要
--

[](#概要)

Ponponumi\\CalendarCreate\\CalendarCreate クラスは、指定した年・月のカレンダーを配列または CSV 形式で生成するためのシンプルなユーティリティです。

曜日の開始日（例: 日曜開始/月曜開始）やヘッダー表記（日本語短縮/日本語フル/英語短縮/英語フル/なし）を設定できます。

要求事項
----

[](#要求事項)

- PHP 8.3 以上 (2026年1月27日現在、PHP8.3.30、PHP8.4.17、PHP8.5.2で動作確認済みです)
- league/csv パッケージ（CSV 出力に利用）

インストール例:

```
composer require ponponumi/calendar_create
```

基本的な使い方
-------

[](#基本的な使い方)

```
