PHPackages                             inc2734/mimizuku - 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. inc2734/mimizuku

AbandonedWordpress-theme

inc2734/mimizuku
================

4.1.0(8y ago)402292GPL-2.0+PHPPHP &gt;=5.6

Since Oct 11Pushed 7y ago4 watchersCompare

[ Source](https://github.com/inc2734/mimizuku)[ Packagist](https://packagist.org/packages/inc2734/mimizuku)[ RSS](/packages/inc2734-mimizuku/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (8)Versions (42)Used By (0)

Mimizuku
========

[](#mimizuku)

[![Build Status](https://camo.githubusercontent.com/9c25a070d0b518135b42c170d3c2f5bd1ec1d6a17591e2409c4f3854f5a75063/68747470733a2f2f7472617669732d63692e6f72672f696e63323733342f6d696d697a756b752e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/inc2734/mimizuku)[![Latest Stable Version](https://camo.githubusercontent.com/e15d6dd168084b4954601558ddc70e243925178c04ee565460155535ee1e53d6/68747470733a2f2f706f7365722e707567782e6f72672f696e63323733342f6d696d697a756b752f762f737461626c65)](https://packagist.org/packages/inc2734/mimizuku)[![License](https://camo.githubusercontent.com/2043f86b722d446d8a6a85fdbd76b1cee46f7fafb5b2cb74a773c5f4f6838665/68747470733a2f2f706f7365722e707567782e6f72672f696e63323733342f6d696d697a756b752f6c6963656e7365)](https://packagist.org/packages/inc2734/mimizuku)

Mimizuku is a WordPress starter theme or theme framework for child themes development.

[![Mimizuku](https://camo.githubusercontent.com/afd705fc10cde596e4e92164021946ffe1a5d8c73264e0abcfd9b2233e35465f/68747470733a2f2f63646e2e7261776769742e636f6d2f696e63323733342f6d696d697a756b752f646576656c6f702f6d696d697a756b752e737667)](https://camo.githubusercontent.com/afd705fc10cde596e4e92164021946ffe1a5d8c73264e0abcfd9b2233e35465f/68747470733a2f2f63646e2e7261776769742e636f6d2f696e63323733342f6d696d697a756b752f646576656c6f702f6d696d697a756b752e737667)

- GitHub:
- Packagist:

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

[](#requirements)

- WordPress 4.7
- PHP 5.6+
- WP-CLI
- Composer
- Node.js

Browser support
---------------

[](#browser-support)

- IE10 + Modern browser

Get Started
-----------

[](#get-started)

### Using as starter theme

[](#using-as-starter-theme)

```
$ cd /PATH/TO/wp-content/themes
$ git clone https://github.com/inc2734/mimizuku.git your-theme-name
$ cd your-theme-name
$ npm install
$ composer install
$ npm run build
$ wp theme activate your-theme-name

```

- Replace `/resources/languages/mimizuku.pot` to `/resources/languages/your-theme-name.pot`
- Replace `Text Domain: mimizuku` to `Text Domain: your-theme-name` in `/style.css`
- Replace `apply_filters( 'mimizuku` to `apply_filters( 'your_theme_name` in \*\*.php
- Replace `do_action( 'mimizuku` to `do_action( 'your_theme_name` in \*\*.php
- Replace `add_filter( 'mimizuku` to `add_filter( 'your_theme_name` in \*\*.php
- Replace `add_action( 'mimizuku` to `add_action( 'your_theme_name` in \*\*.php
- Replace `mimizuku` to `your-theme-name` in \*\*.php and \*\*.js
- Replace `Mimizuku` to `Your_Theme_Name` in \*\*.php and \*\*.js

### Using as parent theme

[](#using-as-parent-theme)

See

Theme features
--------------

[](#theme-features)

- Having layout and view templates
- and having filter hooks filtered these templates
- Using view controller
- The function which to pass the variables to WordPress's `get_template_part()`.
- Usuful scripts
- CI
- See more

Directory structure
-------------------

[](#directory-structure)

```
themes/mimizuku
├─ resources               # The theme root
│  ├─ app                  # Setup theme
│  ├─ page-template        # Custom page templates
│  ├─ templates
│  │  ├─ layout            # Layout templates
│  │  ├─ view              # View templates
│  │  ├─ static            # Static view templates
│  │  └─ widget            # Templates for WP Awesome Widgets
│  ├─ vendor               # Composer packages
│  ├─ style.css            # Theme meta information
│  ├─ index.php
│  ├─ functions.php
│  ├─ ...
├─ .gitignore

```

### Template hierarchical

[](#template-hierarchical)

#### Layout templates

[](#layout-templates)

1. /resources/vendor/inc2734/mimizuku-core/src/view/templates/\*\*/\*.php
2. /resources/templates/\*\*/\*.php

#### Custo page templates

[](#custo-page-templates)

1. /resources/page-templates/\*.php
2. /page-templats/\*.php

#### Base templates

[](#base-templates)

1. /resources/vendor/inc2734/mimizuku-core/src/view/\*.php
2. /resources/\*.php
3. /\*.php

Third-party resources
---------------------

[](#third-party-resources)

### Font Awesome (Web fonts)

[](#font-awesome-web-fonts)

- Font License: SIL OFL 1.1
- Code License: MIT License
- Source:

### Basis (Sass/CSS framework)

[](#basis-sasscss-framework)

- License: MIT License
- Source:

### FLOCSS

[](#flocss)

- Source:

### inc2734/wp-breadcrumbs

[](#inc2734wp-breadcrumbs)

- Source:

### inc2734/wp-ogp

[](#inc2734wp-ogp)

- Source:

### inc2734/wp-oembed-blog-card

[](#inc2734wp-oembed-blog-card)

- Source:

### inc2734/wp-view-controller

[](#inc2734wp-view-controller)

- Source:

### inc2734/wp-basis

[](#inc2734wp-basis)

- Source:

### inc2734/wp-customizer-framework

[](#inc2734wp-customizer-framework)

- Source:

### inc2734/wp-github-theme-updater

[](#inc2734wp-github-theme-updater)

- Source:

### inc2734/wp-share-buttons

[](#inc2734wp-share-buttons)

- Source:

### inc2734/wp-seo

[](#inc2734wp-seo)

- Source:

### inc2734/wp-like-me-box

[](#inc2734wp-like-me-box)

- Source:

### inc2734/wp-pure-css-gallery

[](#inc2734wp-pure-css-gallery)

- Source:

### inc2734/wp-awesome-widgets

[](#inc2734wp-awesome-widgets)

- Source:

### inc2734/wp-awesome-compponents

[](#inc2734wp-awesome-compponents)

- Source:

Official goods store
--------------------

[](#official-goods-store)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~8 days

Recently: every ~24 days

Total

42

Last Release

3155d ago

Major Versions

0.9.0 → 1.0.02017-02-22

1.3.0 → 2.0.02017-06-15

2.1.0 → 3.0.02017-06-16

3.0.0 → 4.0.02017-08-12

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1094306?v=4)[Takashi Kitajima](/maintainers/inc2734)[@inc2734](https://github.com/inc2734)

---

Top Contributors

[![inc2734](https://avatars.githubusercontent.com/u/1094306?v=4)](https://github.com/inc2734 "inc2734 (433 commits)")

---

Tags

composerwordpress-child-themewordpress-themewordpress-theme-framework

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/inc2734-mimizuku/health.svg)

```
[![Health](https://phpackages.com/badges/inc2734-mimizuku/health.svg)](https://phpackages.com/packages/inc2734-mimizuku)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
