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
===================

v2.0.0(1mo ago)0210MITPHP

Since Aug 31Pushed 1mo 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 today

READMEChangelog (1)DependenciesVersions (9)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

41

—

FairBetter than 87% of packages

Maintenance90

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

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 ~88 days

Recently: every ~154 days

Total

8

Last Release

51d ago

Major Versions

v1.0.8 → v2.0.02026-05-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/179704949?v=4)[2crt](/maintainers/2crt)[@2crt](https://github.com/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

[sebastianlenz/linkfield

A Craft field type for selecting links

1191.0M18](/packages/sebastianlenz-linkfield)[mdurrant/php-binary-reader

Lightweight binary reader for PHP

61115.7k7](/packages/mdurrant-php-binary-reader)[dannyvanholten/acf-gravityforms-add-on

Advanced Custom Fields: Gravity Forms Add-on

7943.2k](/packages/dannyvanholten-acf-gravityforms-add-on)[xiyusullos/nullable

chain calls on object whatever the object is null or not

162.2k](/packages/xiyusullos-nullable)

PHPackages © 2026

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