PHPackages                             towardstudio/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. towardstudio/sectionfield

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

towardstudio/sectionfield
=========================

Creates a section selector field in the CMS

3.0.1(1y ago)0272↓50%MITPHP

Since Mar 25Pushed 1y ago1 watchersCompare

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

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

34

—

LowBetter than 77% of packages

Maintenance48

Moderate activity, may be stable

Popularity15

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

381d 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/towardstudio-sectionfield/health.svg)

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

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

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

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)[supercool/tablemaker

Create customizable and user-defined table fields.

40141.7k](/packages/supercool-tablemaker)[verbb/vizy

A flexible visual editor field for Craft.

4348.6k](/packages/verbb-vizy)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)

PHPackages © 2026

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