PHPackages                             spicyweb/craft-entry-type-fields - 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. spicyweb/craft-entry-type-fields

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

spicyweb/craft-entry-type-fields
================================

Craft CMS field types for selecting entry types

2.0.0(2y ago)0610MITPHPPHP ^8.2

Since May 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/spicywebau/craft-entry-type-fields)[ Packagist](https://packagist.org/packages/spicyweb/craft-entry-type-fields)[ RSS](/packages/spicyweb-craft-entry-type-fields/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (0)

Entry Type Fields
=================

[](#entry-type-fields)

This [Craft CMS](https://craftcms.com) plugin provides two field types, for selecting one or many entry types.

Template Examples
-----------------

[](#template-examples)

### Entry Type field

[](#entry-type-field)

Accessing an entry type field value in a template will return either the selected entry type, or `null` if no entry type was selected.

```
{% if entry.entryTypeField %}
    The selected entry type is: {{ entry.entryTypeField.name }}
{% else %}
    No entry type was selected.
{% endif %}
```

### Entry Types field

[](#entry-types-field)

An entry types field's value is a [collection](https://laravel.com/docs/9.x/collections) of the selected entry types.

```
{% if not entry.entryTypesField.isEmpty() %}
    Selected entry types:

        {% for entryType in entry.entryTypesField.all() %}
            {{ entryType.name }}
        {% endfor %}

{% else %}
    No entry types were selected.
{% endif %}
```

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

[](#installation)

This plugin can be installed from the [Craft Plugin Store](https://plugins.craftcms.com/) or with [Composer](https://packagist.org/).

### Craft Plugin Store

[](#craft-plugin-store)

Open your Craft project's control panel, navigate to the Plugin Store, search for Entry Type Fields and click Install.

### Composer

[](#composer)

Open your terminal, navigate to your Craft project's root directory and run the following command:

```
composer require spicyweb/craft-entry-type-fields

```

Then open your project's control panel, navigate to Settings → Plugins, find Entry Type Fields and click Install.

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

[](#requirements)

Entry Type Fields 2.x requires Craft CMS 5.

---

*Created and maintained by [Spicy Web](https://spicyweb.com.au)*

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

5

Last Release

779d ago

Major Versions

1.x-dev → 2.0.0-beta.12024-02-02

PHP version history (2 changes)1.0.0PHP ^8.0.2

2.0.0-beta.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/221656c180fc9f14dc2d9c8710f69d91cace8e56db4852e1ae0793157c127b70?d=identicon)[spicyweb](/maintainers/spicyweb)

---

Top Contributors

[![ttempleton](https://avatars.githubusercontent.com/u/19421878?v=4)](https://github.com/ttempleton "ttempleton (16 commits)")

---

Tags

craft-plugincraft4craftcmsplugincmscraftcms

### Embed Badge

![Health badge](/badges/spicyweb-craft-entry-type-fields/health.svg)

```
[![Health](https://phpackages.com/badges/spicyweb-craft-entry-type-fields/health.svg)](https://phpackages.com/packages/spicyweb-craft-entry-type-fields)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

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

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[spicyweb/craft-quick-field

Create Craft CMS fields on the fly while designing field layouts

10432.9k](/packages/spicyweb-craft-quick-field)[craftcms/ckeditor

Edit rich text content in Craft CMS using CKEditor.

48359.1k52](/packages/craftcms-ckeditor)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)

PHPackages © 2026

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