PHPackages                             mikacaldera/gutenberg-category - 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. mikacaldera/gutenberg-category

ActiveWordpress-muplugin

mikacaldera/gutenberg-category
==============================

Custom category type for custom gutenberg blocks

3.0(4y ago)0487MITPHPPHP &gt;=7.3.11

Since Aug 22Pushed 4y agoCompare

[ Source](https://github.com/MikaCaldera/gutenberg-category)[ Packagist](https://packagist.org/packages/mikacaldera/gutenberg-category)[ Docs](https://github.com/MikaCaldera/gutenberg-category)[ RSS](/packages/mikacaldera-gutenberg-category/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

✨ Custom Block Category
=======================

[](#sparkles-custom-block-category)

Package that will create a special categeory in your gutenberg blocks list named 'Custom'. Created for custom WordPress websites using sage and roots.io.

🔌 Install
---------

[](#electric_plug-install)

Add following snippet to your site:

```
  {
  "type": "vcs",
  "url": "git@github.com:MikaCaldera/gutenberg-category.git"
  }

```

In your site folder run the following command.

```
  composer require "mikacaldera/gutenberg-category"

```

📐 Use
-----

[](#triangular_ruler-use)

When you create a new custom gutenberg block use the category `custom` to have it listed under custom Gutenberg blocks.

```
  // Basic Specs
  title: __( 'Container', 'create-block' ),
  description: __(
    'Adds options for a container and background color.',
    'create-block'
  ),
  keywords: [__('container'), __('full'), __('block')],
  category: 'custom',
  icon: 'editor-contract',

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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 ~56 days

Recently: every ~28 days

Total

7

Last Release

1755d ago

Major Versions

1.1 → 2.02021-04-02

2.3 → 3.02021-07-21

PHP version history (2 changes)1.0PHP &gt;=5.3.2

1.1PHP &gt;=7.3.11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5650312?v=4)[Mika Caldera](/maintainers/mikacaldera)[@MikaCaldera](https://github.com/MikaCaldera)

---

Top Contributors

[![MikaCaldera](https://avatars.githubusercontent.com/u/5650312?v=4)](https://github.com/MikaCaldera "MikaCaldera (27 commits)")

---

Tags

pluginwordpressblockscategorycustomgutenberg

### Embed Badge

![Health badge](/badges/mikacaldera-gutenberg-category/health.svg)

```
[![Health](https://phpackages.com/badges/mikacaldera-gutenberg-category/health.svg)](https://phpackages.com/packages/mikacaldera-gutenberg-category)
```

###  Alternatives

[infinum/eightshift-libs

WordPress libs developed by Eightshift team to use in modern WordPress.

63118.9k3](/packages/infinum-eightshift-libs)

PHPackages © 2026

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