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

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

gebruederheitz/wp-gutenberg-blocks
==================================

Helps you get your blocks on the road

v2.0.1(4d ago)11.6k↓72.5%3GPL-3.0-onlyPHPPHP &gt;=8.2CI passing

Since Jul 8Pushed 4d ago2 watchersCompare

[ Source](https://github.com/gebruederheitz/wp-gutenberg-blocks)[ Packagist](https://packagist.org/packages/gebruederheitz/wp-gutenberg-blocks)[ RSS](/packages/gebruederheitz-wp-gutenberg-blocks/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (20)Versions (24)Used By (3)

Wordpress Gutenberg Blocks Helper
=================================

[](#wordpress-gutenberg-blocks-helper)

*Helps you get your blocks on the road*

Find it on packagist:

---

Helps you with registering and rendering your custom Gutenberg blocks and acts as a common interface for libraries providing additional blocks.

Installation
============

[](#installation)

via composer:

```
> composer require gebruederheitz/wp-gutenberg-blocks
```

Make sure you have Composer autoload or an alternative class loader present.

Usage
=====

[](#usage)

Initializing the block registrar
--------------------------------

[](#initializing-the-block-registrar)

Initialize the registrar singleton (usually in your `functions.php`):

```
