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

v1.8.0(2mo ago)11.5k↓50%3GPL-3.0-onlyPHPPHP &gt;=7.3

Since Jul 8Pushed 2mo 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 1mo ago

READMEChangelog (10)Dependencies (6)Versions (22)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`):

```
