PHPackages                             codeinwp/gutenberg-blocks - 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. codeinwp/gutenberg-blocks

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

codeinwp/gutenberg-blocks
=========================

A set of awesome Gutenberg Blocks!

1.7.0(4y ago)463.5k16[13 issues](https://github.com/Codeinwp/gutenberg-blocks/issues)[13 PRs](https://github.com/Codeinwp/gutenberg-blocks/pulls)GPL-2.0-or-laterJavaScript

Since Oct 16Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Codeinwp/gutenberg-blocks)[ Packagist](https://packagist.org/packages/codeinwp/gutenberg-blocks)[ Docs](https://github.com/Codeinwp/gutenberg-blocks)[ RSS](/packages/codeinwp-gutenberg-blocks/feed)WikiDiscussions master Synced today

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

ThemeIsle Gutenberg Blocks
--------------------------

[](#themeisle-gutenberg-blocks)

General structure of this module should be as the following:

- Load the transpiled code from the `build` dir, aka the "dist" folder.
- The functionality for each block should be isolated in it's own folder inside the `blocks` dir.
- If a block needs server side rendering than it should have an extension class of the `Base_Block` class.
- Any server side data handling should happen in the `store`.

You can include this library like this::

```
if ( class_exists( '\ThemeIsle\GutenbergBlocks\Main' ) ) {
	\ThemeIsle\GutenbergBlocks\Main::instance( __( 'Orbit Fox', 'otter-blocks' ) );
}

```

You also need to enqueue Font Awesome 5 for this module to work. Font Awesome 4 shims are recommended to avoid conflict with plugins, but not required.

Releasing
---------

[](#releasing)

This repository uses conventional [changelog commit](https://github.com/Codeinwp/conventional-changelog-simple-preset) messages to trigger release

How to release a new version:

- Clone the master branch
- Do your changes
- Send a PR to master and merge it using the following subject message
    - `release: ` - for patch release
    - `release(minor): ` - for minor release
    - `release(major): ` - for major release The release notes will inherit the body of the commit message which triggered the release. For more details check the [simple-preset](https://github.com/Codeinwp/conventional-changelog-simple-preset) that we use.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 57.5% 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 ~23 days

Recently: every ~35 days

Total

47

Last Release

1726d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3330746?v=4)[Marius Cristea](/maintainers/selul)[@selul](https://github.com/selul)

---

Top Contributors

[![HardeepAsrani](https://avatars.githubusercontent.com/u/2649903?v=4)](https://github.com/HardeepAsrani "HardeepAsrani (912 commits)")[![Soare-Robert-Daniel](https://avatars.githubusercontent.com/u/17597852?v=4)](https://github.com/Soare-Robert-Daniel "Soare-Robert-Daniel (443 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (157 commits)")[![selul](https://avatars.githubusercontent.com/u/3330746?v=4)](https://github.com/selul "selul (35 commits)")[![pirate-bot](https://avatars.githubusercontent.com/u/58979018?v=4)](https://github.com/pirate-bot "pirate-bot (31 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![kumarabhirup](https://avatars.githubusercontent.com/u/25429790?v=4)](https://github.com/kumarabhirup "kumarabhirup (2 commits)")[![speshiou](https://avatars.githubusercontent.com/u/6083887?v=4)](https://github.com/speshiou "speshiou (1 commits)")[![stoyan0v](https://avatars.githubusercontent.com/u/22631418?v=4)](https://github.com/stoyan0v "stoyan0v (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/codeinwp-gutenberg-blocks/health.svg)

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

###  Alternatives

[mrclay/minify

Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers

3.0k18.9M119](/packages/mrclay-minify)[roundcube/roundcubemail

The Roundcube Webmail suite

7.1k2.4k3](/packages/roundcube-roundcubemail)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[silverstripe/framework

The SilverStripe framework

7313.7M2.8k](/packages/silverstripe-framework)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)[code16/sharp

Laravel Content Management Framework

79164.7k8](/packages/code16-sharp)

PHPackages © 2026

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