PHPackages                             offbeatwp/acf-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. offbeatwp/acf-blocks

ActiveOffbeatwp-service[Utility &amp; Helpers](/categories/utility)

offbeatwp/acf-blocks
====================

Make OffbeatWP components available as Editor blocks

1.3.1(1y ago)014.4k↑64.3%[1 issues](https://github.com/offbeatwp/acf-blocks/issues)MITPHP

Since Jan 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/offbeatwp/acf-blocks)[ Packagist](https://packagist.org/packages/offbeatwp/acf-blocks)[ RSS](/packages/offbeatwp-acf-blocks/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)DependenciesVersions (9)Used By (0)

ACF Blocks for OffbeatWP Components
===================================

[](#acf-blocks-for-offbeatwp-components)

ACF offers since version 5.8 the possibilty the create blocks. This service makes the OffbeatWP components available as blocks in the Wordpress editor (gutenberg)

Install by running this command from the root of your OffbeatWP Theme:

```
composer require offbeatwp/acf-blocks
```

Next add the following line to your `config/services.php` file:

```
OffbeatWP\AcfBlocks\Service::class,
```

Installing the "Block" Component
--------------------------------

[](#installing-the-block-component)

Run the following command from somewhere in your wordpress installation.

```
wp acf-blocks:install
```

Enable component for blocks
---------------------------

[](#enable-component-for-blocks)

Add within the `support` array in the settings method `editor` like:

```
public static function settings()
{
    return [
        ...
        'supports'   => ['editor'],
        ...
    ];
}
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance45

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 61.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 ~571 days

Total

5

Last Release

428d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ade73108a50285c69498c010ae11da6afc1e1c0bbb7f58e801a8044cc5dc47f7?d=identicon)[chris-raow](/maintainers/chris-raow)

---

Top Contributors

[![ChrisRAoW](https://avatars.githubusercontent.com/u/1393964?v=4)](https://github.com/ChrisRAoW "ChrisRAoW (24 commits)")[![maikelRAOW](https://avatars.githubusercontent.com/u/80957439?v=4)](https://github.com/maikelRAOW "maikelRAOW (13 commits)")[![erikRAOW](https://avatars.githubusercontent.com/u/114577707?v=4)](https://github.com/erikRAOW "erikRAOW (1 commits)")[![JeroenRAoW](https://avatars.githubusercontent.com/u/119660981?v=4)](https://github.com/JeroenRAoW "JeroenRAoW (1 commits)")

### Embed Badge

![Health badge](/badges/offbeatwp-acf-blocks/health.svg)

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

###  Alternatives

[digital-creative/expandable-table-row

Provides an easy way to append extra data to each row of your resource tables.

1819.0k](/packages/digital-creative-expandable-table-row)

PHPackages © 2026

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