PHPackages                             scottboms/microseasons - 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. scottboms/microseasons

ActiveKirby-plugin

scottboms/microseasons
======================

Kirby Micro Seasons plugin

1.1.0(9mo ago)751MITPHPPHP &gt;8.1.0 &lt;8.4.0

Since Feb 10Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/scottboms/kirby-microseasons)[ Packagist](https://packagist.org/packages/scottboms/microseasons)[ Docs](https://github.com/scottboms/kirby-microseasons)[ RSS](/packages/scottboms-microseasons/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (13)Used By (0)

Japanese Micro Seasons Plugin for Kirby
=======================================

[](#japanese-micro-seasons-plugin-for-kirby)

[![Plugin Preview](src/assets/microseasons-plugin.jpg)](src/assets/microseasons-plugin.jpg)

Output information for one of the [72 Japanese micro season](https://www.nippon.com/en/features/h00124/) based on the current date directly into your Kirby templates and customize using the provided options in your Kirby `config.php` file.

Requirements
------------

[](#requirements)

- [**Kirby**](https://getkirby.com/) 4.x or 5.x

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

[](#installation)

### [Kirby CLI](https://github.com/getkirby/cli)

[](#kirby-cli)

```
kirby plugin:install scottboms/kirby-microseasons

```

### Git Submodule

[](#git-submodule)

```
$ git submodule add https://github.com/scottboms/kirby-microseasons.git site/plugins/kirby-microseasons

```

### Copy and Paste

[](#copy-and-paste)

1. [Download](https://github.com/scottboms/kirby-microseasons/archive/master.zip) the contents of this repository as a Zip file.
2. Rename the extracted folder to `kirby-microseasons` and copy it into the `site/plugins/` directory in your Kirby project.

Usage
-----

[](#usage)

In any template, drop in the following line to include the output from this plugin in your site.

```

```

Configuration Options
---------------------

[](#configuration-options)

If you want to modify the wrapper HTML element, change the wrapper class, or output the date information in a custom format, you can configure this using the included plugin options. Date formatting follows the [available format options from PHP](https://www.php.net/manual/en/function.date.php).

```
