PHPackages                             bluegg/sectionfield - 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. [Admin Panels](/categories/admin)
4. /
5. bluegg/sectionfield

Abandoned → [towardstudio/sectionfield](/?search=towardstudio%2Fsectionfield)Craft-plugin[Admin Panels](/categories/admin)

bluegg/sectionfield
===================

Creates a section selector field in the CMS

3.0.1(1y ago)0105MITPHP

Since Mar 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/towardstudio/sectionfield)[ Packagist](https://packagist.org/packages/bluegg/sectionfield)[ RSS](/packages/bluegg-sectionfield/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (12)Used By (0)

Section Field plugin for Craft CMS 4.x
======================================

[](#section-field-plugin-for-craft-cms-4x)

Creates a section selector field in the CMS

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 5 or later. For Craft 4 please use version 2.0.0

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

```
cd /path/to/project/craft

```

2. Then tell Composer to load the plugin:

```
composer require towardstudio/sectionfield

```

3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Section Field.

Usage
-----

[](#usage)

### Sections

[](#sections)

```
{% set sections = craft.sectionField.sections(entry.myFieldHandle) %}

{% for section in sections %}
	{{ section.name }}
{% endfor %}

```

### Entries from the selected section/s

[](#entries-from-the-selected-sections)

```
{% set entries = craft.sectionField.entries(entry.myFieldHandle) %}

{% for entry in entries.all() %}
	{{ entry.title }}
{% endfor %}

```

[Toward Disclaimer](https://github.com/towardstudio/toward-open-source-disclaimer)

Brought to you by [Toward](https://toward.studio)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance45

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~161 days

Recently: every ~200 days

Total

8

Last Release

427d ago

Major Versions

1.0.0 → 2.0.02022-03-25

1.0.1 → 2.0.12023-02-20

2.2.0 → 3.0.02024-07-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b36e1293cf27421649ea39258041db60d1c5fbff797eb4236a9f2db299457f4?d=identicon)[toward](/maintainers/toward)

---

Top Contributors

[![DowleyDeveloped](https://avatars.githubusercontent.com/u/24968042?v=4)](https://github.com/DowleyDeveloped "DowleyDeveloped (10 commits)")

### Embed Badge

![Health badge](/badges/bluegg-sectionfield/health.svg)

```
[![Health](https://phpackages.com/badges/bluegg-sectionfield/health.svg)](https://phpackages.com/packages/bluegg-sectionfield)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

393813.5k10](/packages/spicyweb-craft-neo)[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k69](/packages/verbb-formie)[verbb/cp-nav

Manage the Craft Control Panel navigation.

128188.8k3](/packages/verbb-cp-nav)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k18](/packages/solspace-craft-freeform)[verbb/vizy

A flexible visual editor field for Craft.

4250.4k](/packages/verbb-vizy)[verbb/hyper

A user-friendly links field for Craft.

24147.8k12](/packages/verbb-hyper)

PHPackages © 2026

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