PHPackages                             wokine/timber-acf-wp-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. [Templating &amp; Views](/categories/templating)
4. /
5. wokine/timber-acf-wp-blocks

ActiveLibrary[Templating &amp; Views](/categories/templating)

wokine/timber-acf-wp-blocks
===========================

Create Gutenberg blocks from Twig templates and ACF fields.

1.18(11mo ago)0143MITPHPPHP &gt;=8.2

Since Oct 25Pushed 11mo agoCompare

[ Source](https://github.com/Wokine/timber-acf-wp-blocks)[ Packagist](https://packagist.org/packages/wokine/timber-acf-wp-blocks)[ RSS](/packages/wokine-timber-acf-wp-blocks/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

 [![](timber-wp-acf-blocks.png)](timber-wp-acf-blocks.png)

Timber ACF WP Blocks
====================

[](#timber-acf-wp-blocks)

Generate ACF Gutenberg blocks just by adding templates to your Timber theme. This package is based heavily on [this article](https://medium.com/nicooprat/acf-blocks-avec-gutenberg-et-sage-d8c20dab6270) by [nicoprat](https://github.com/nicooprat) and the [plugin](https://github.com/MWDelaney/sage-acf-wp-blocks) by [MWDelaney](https://github.com/MWDelaney).

Complete documentation
----------------------

[](#complete-documentation)

[Read the complete documentation](https://palmiak.github.io/timber-acf-wp-blocks/#/)

Contributors
------------

[](#contributors)

This plugin is build with help of contributors:

- [roylodder](https://github.com/roylodder)
- [BrentWMiller](https://github.com/BrentWMiller)
- [Marcin Krzemiński](https://github.com/marcinkrzeminski)
- [Kuba Mikita](https://github.com/Kubitomakita)
- [LandWire](https://github.com/landwire)
- [Viktor Szépe](https://github.com/szepeviktor)

Creating blocks
---------------

[](#creating-blocks)

Add twig templates to `views/blocks` which get and use ACF data. Each template requires a comment block with some data in it:

```
{#
  Title: Testimonial
  Description: Customer testimonial
  Category: formatting
  Icon: admin-comments
  Keywords: testimonial quote "customer testimonial"
  Mode: edit
  Align: left
  PostTypes: page post
  SupportsAlign: left right
  SupportsMode: false
  SupportsMultiple: false
#}

    {{ fields.testimonial }}

      {{ fields.author }}

  [data-{{ block.id }}] {
    background: {{ fields.background_color }};
    color: {{ fields.text_color }};
  }

```

Timber 2.0
----------

[](#timber-20)

**Timber ACF WP Blocks** is fully compatible with both **Timber 1.x** and **Timber 2.x** versions.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance51

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.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 ~107 days

Total

3

Last Release

348d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1516a19c12e27a954efc3655c07648c8a8803f8be1a2205fb08fd6037ed95cfa?d=identicon)[wokine](/maintainers/wokine)

---

Top Contributors

[![palmiak](https://avatars.githubusercontent.com/u/2342458?v=4)](https://github.com/palmiak "palmiak (83 commits)")[![pelomedusa](https://avatars.githubusercontent.com/u/15833842?v=4)](https://github.com/pelomedusa "pelomedusa (5 commits)")[![tlewap](https://avatars.githubusercontent.com/u/5683825?v=4)](https://github.com/tlewap "tlewap (3 commits)")[![szepeviktor](https://avatars.githubusercontent.com/u/952007?v=4)](https://github.com/szepeviktor "szepeviktor (2 commits)")[![dylanjameswagner](https://avatars.githubusercontent.com/u/893345?v=4)](https://github.com/dylanjameswagner "dylanjameswagner (1 commits)")[![jdamner](https://avatars.githubusercontent.com/u/482959?v=4)](https://github.com/jdamner "jdamner (1 commits)")[![badabingbreda](https://avatars.githubusercontent.com/u/12700954?v=4)](https://github.com/badabingbreda "badabingbreda (1 commits)")

---

Tags

wordpressadvanced custom fieldsgutenberg

### Embed Badge

![Health badge](/badges/wokine-timber-acf-wp-blocks/health.svg)

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

###  Alternatives

[palmiak/timber-acf-wp-blocks

Create Gutenberg blocks from Twig templates and ACF fields.

24872.5k1](/packages/palmiak-timber-acf-wp-blocks)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[mwdelaney/sage-acf-gutenberg-blocks

Create Gutenberg blocks from Sage blade templates and ACF fields.

354359.9k1](/packages/mwdelaney-sage-acf-gutenberg-blocks)[gamajo/template-loader

A class for your WordPress plugin, to allow loading template parts with fallback through the child theme &gt; parent theme &gt; plugin

29647.0k5](/packages/gamajo-template-loader)

PHPackages © 2026

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