PHPackages                             superinteractive/statamic-super-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. [Templating &amp; Views](/categories/templating)
4. /
5. superinteractive/statamic-super-sections

ActiveStatamic-addon[Templating &amp; Views](/categories/templating)

superinteractive/statamic-super-sections
========================================

Reusable Blade component support for Statamic Super Sections, pages, articles, and Bard/replicator sets.

v1.0.0(yesterday)01↑2900%MITPHPPHP ^8.4CI failing

Since Jun 8Pushed yesterdayCompare

[ Source](https://github.com/superinteractive/statamic-super-sections)[ Packagist](https://packagist.org/packages/superinteractive/statamic-super-sections)[ RSS](/packages/superinteractive-statamic-super-sections/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

Statamic Super Sections
=======================

[](#statamic-super-sections)

Reusable Laravel Blade component primitives for rendering Statamic section rows from pages, articles, Bard sets, replicators, and similar structured content.

Installation
------------

[](#installation)

```
composer require superinteractive/statamic-super-sections
```

The addon is discovered automatically by Laravel and Statamic.

Local Development
-----------------

[](#local-development)

When developing this package with the Super Statamic Starter Kit source app, work from the package repository:

```
cd Packages/statamic-super-sections
```

Field Resolver Conventions
--------------------------

[](#field-resolver-conventions)

`SectionFieldResolver` keeps Statamic values close to their native form until a section component asks for a specific normalized value.

Field handles are passed to Blade section components as Laravel-compatible attributes:

- `button_text` becomes `button-text`, which maps to `$buttonText`.
- `column_1` becomes `column1`, which maps to `$column1`.
- `hero_image_2` becomes `hero-image2`, which maps to `$heroImage2`.

Repeatable rows are filtered only when every value is blank. `null`, `false`, empty strings, whitespace-only strings, and empty arrays are blank. `0` and `"0"` are filled values and are preserved.

Link Href Policy
----------------

[](#link-href-policy)

Link URLs are trimmed before output. Relative paths, anchors, and the schemes http, https, mailto, and tel are allowed.

The resolver rejects blank hrefs, protocol-relative URLs, control characters, and schemes outside the allowlist such as `javascript:`, `data:`, and `sms:`.

This is an allowlist for safe editorial href output, not a full URL validator. Projects that need additional schemes should extend the addon with an explicit configuration surface before allowing those schemes.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a08b549b2e22d13b18ce950c620ca0d034991c0b43050530f345ffa27044238e?d=identicon)[swennet](/maintainers/swennet)

---

Tags

laravelcomponentsbladesectionsstatamic

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/superinteractive-statamic-super-sections/health.svg)

```
[![Health](https://phpackages.com/badges/superinteractive-statamic-super-sections/health.svg)](https://phpackages.com/packages/superinteractive-statamic-super-sections)
```

###  Alternatives

[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k531.0k21](/packages/robsontenorio-mary)[ddfsn/blade-components

Blade Components is a hand-crafted, UI component library for building consistent web experiences in Laravel apps.

234.6k](/packages/ddfsn-blade-components)[electrik/slate

Slate - a Laravel Blade UI Kit is a set of anonymous blade components built using TailwindCSS v4 with built-in dark mode support for your next Laravel project

102.4k1](/packages/electrik-slate)

PHPackages © 2026

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