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

ActiveOffbeatwp-service

offbeatwp/acf-layout
====================

Layout builder based on ACF using Offbeat's components

1.1.4(1y ago)010.5k↓50%2[2 PRs](https://github.com/offbeatwp/acf-layout/pulls)MITPHPPHP &gt;=7.1

Since Jul 11Pushed 1y ago3 watchersCompare

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

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

ACF Page Builder for OffbeatWP
==============================

[](#acf-page-builder-for-offbeatwp)

OffbeatWP has a great builder based on Advanced Custom Fields that helps you to create themes with a minimal footprint. You have 100% control over the output of the builder since everything (even rows and component-containers) are based components.

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

```
composer require offbeatwp/acf-layout
```

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

```
OffbeatWP\AcfLayout\Service::class,

```

Installing the "Row" and "Component" Components
-----------------------------------------------

[](#installing-the-row-and-component-components)

Run the following command from somewhere in your Wordpress installation.

```
wp acf-layout:install
```

Enable component for the pagebuilder
------------------------------------

[](#enable-component-for-the-pagebuilder)

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

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

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 71% 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 ~151 days

Recently: every ~199 days

Total

14

Last Release

536d ago

Major Versions

1.1.0 → v2.x-dev2019-11-26

### 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 (98 commits)")[![maikelRAOW](https://avatars.githubusercontent.com/u/80957439?v=4)](https://github.com/maikelRAOW "maikelRAOW (19 commits)")[![erikRAOW](https://avatars.githubusercontent.com/u/114577707?v=4)](https://github.com/erikRAOW "erikRAOW (15 commits)")[![dseegers](https://avatars.githubusercontent.com/u/6848396?v=4)](https://github.com/dseegers "dseegers (5 commits)")[![aleks-lynx](https://avatars.githubusercontent.com/u/93769324?v=4)](https://github.com/aleks-lynx "aleks-lynx (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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