PHPackages                             andersundsehr/extbase\_enum\_converter - 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. andersundsehr/extbase\_enum\_converter

AbandonedArchivedTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

andersundsehr/extbase\_enum\_converter
======================================

description

1.0.2(3y ago)1188GPL-3.0-onlyPHPPHP ~8.1

Since Aug 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/andersundsehr/extbase_enum_converter)[ Packagist](https://packagist.org/packages/andersundsehr/extbase_enum_converter)[ RSS](/packages/andersundsehr-extbase-enum-converter/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

EXT:extbase\_enum\_converter
============================

[](#extextbase_enum_converter)

Adds the EnumConverter into TYPO3 11.

-
-

> \[FEATURE\] Add TypeConverter for enums
>
> With PHP 8.1 we got Enums, to use them also in our extbase actions, a new TypeConverter is added with this patch.
>
> The EnumConverter is automatically used if the target type is an enum.

Install
-------

[](#install)

`composer req andersundsehr/extbase_enum_converter`

Description
-----------

[](#description)

With PHP 8.1 we got Enums to use them also in our extbase actions, a new TypeConverter was added with this feature. `\TYPO3\CMS\Extbase\Property\TypeConverter\EnumConverter`

Example
-------

[](#example)

Given an enum like this one:

```
enum ClosedStates
{
  case hide;
  case show;
  case all;
}

```

We can now use it like this in any extbase action:

```
public function overviewAction(ClosedStates $closed = ClosedStates::hide): ResponseInterface
{

```

The URL argument can be send as `[closed]=show` and is automatically converted to an instance of `ClosedStates::show`

Impact
======

[](#impact)

Enums can now be used as extbase action arguments.

with ♥️ from anders und sehr GmbH
=================================

[](#with-️-from-anders-und-sehr-gmbh)

> If something did not work 😮
> or you appreciate this Extension 🥰 let us know.

> We are hiring

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Total

3

Last Release

1392d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/471387?v=4)[Matthias Vogel](/maintainers/Kanti)[@Kanti](https://github.com/Kanti)

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

---

Top Contributors

[![Kanti](https://avatars.githubusercontent.com/u/471387?v=4)](https://github.com/Kanti "Kanti (7 commits)")

---

Tags

hacktoberfest

### Embed Badge

![Health badge](/badges/andersundsehr-extbase-enum-converter/health.svg)

```
[![Health](https://phpackages.com/badges/andersundsehr-extbase-enum-converter/health.svg)](https://phpackages.com/packages/andersundsehr-extbase-enum-converter)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)[praetorius/vite-asset-collector

Use AssetCollector to embed frontend assets generated by vite

54299.7k1](/packages/praetorius-vite-asset-collector)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.3M74](/packages/typo3-cms-redirects)[typo3/cms-sys-note

TYPO3 CMS System Notes - Records with messages which can be placed on any page and contain instructions or other information related to a page or section.

116.2M37](/packages/typo3-cms-sys-note)[b13/assetcollector

Asset collector - Add CSS and SVG files and strings as inline style tag/inline svg to the html code.

10123.2k](/packages/b13-assetcollector)

PHPackages © 2026

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