PHPackages                             2crt/block-sections - 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. 2crt/block-sections

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

2crt/block-sections
===================

v1.0.8(1y ago)0188MITPHP

Since Aug 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/2crt/block-sections)[ Packagist](https://packagist.org/packages/2crt/block-sections)[ RSS](/packages/2crt-block-sections/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

Block Sections
--------------

[](#block-sections)

This package provides a structured foundation and toolkit for efficiently creating hierarchical ACF blocks that work together seamlessly to build sections conforming to a specific design.

**When to use this package**

1. When your front-end needs to pass "pixel-perfect" visual quality assurance and satisfy the discerning eye of an OCD designer.
2. For implementing Gutenberg-based content management with true WYSIWYG functionality, adhering to precise visual layouts or existing HTML structures, while maintaining ACF flexible content-level control over HTML.
3. To offer a streamlined page-building experience that aligns perfectly with your design specifications.
4. To deliberately limit options for content editors, embracing the "decisions, not options" philosophy.

**When NOT to use this package**

1. If you have flexibility in terms of design or HTML structure(or you don't have to achive "pixel-perfect" match between figma and WordPress front-end), core Gutenberg blocks (supplemented with a generic toolset of static blocks) will likely better suit your needs.
2. For non-nested sections, this package is unnecessary. Instead, refer to this simpler approach: .

**Usage instructions**

1. Install via Composer:

    ```
    composer require 2crt/block-sections

    ```
2. Add to your theme's `composer.json`:

    ```
    {
      "autoload": {
        "psr-4": {
          "Sections\\": "sections/"
        }
      }
    }
    ```

    ... and run `composer install` to setup auto-loading
3. Ensure Composer autoload is required (e.g., in `functions.php`):

    ```
    require __DIR__ . '/vendor/autoload.php';
    ```
4. Generate a section using the custom WP-CLI command:

    ```
    wp make:section HeroCallToAction

    ```

Follow the CLI prompts. The generated boilerplate serves as a foundation for developing your custom sections.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.4% 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 ~4 days

Total

7

Last Release

600d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d3cd9d60e23a128abf92ffc3fb13c8f42f015ebe1c6797cf3df9d5742b62ae2?d=identicon)[2crt](/maintainers/2crt)

---

Top Contributors

[![emohamed](https://avatars.githubusercontent.com/u/536840?v=4)](https://github.com/emohamed "emohamed (27 commits)")[![apetkov225](https://avatars.githubusercontent.com/u/179605110?v=4)](https://github.com/apetkov225 "apetkov225 (1 commits)")

### Embed Badge

![Health badge](/badges/2crt-block-sections/health.svg)

```
[![Health](https://phpackages.com/badges/2crt-block-sections/health.svg)](https://phpackages.com/packages/2crt-block-sections)
```

###  Alternatives

[hillholliday/craft-user-manual

Craft User Manual allows developers (or even content editors) to provide CMS documentation using Craft's built-in sections (singles, channels, or structures) to create a `User Manual` or `Help` section directly in the control panel.

8472.1k1](/packages/hillholliday-craft-user-manual)

PHPackages © 2026

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