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 4w 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

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

1437d 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

103574.3k64](/packages/friendsoftypo3-content-blocks)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

105768.9k38](/packages/typo3-cms-styleguide)[wazum/sluggi

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

40543.5k](/packages/wazum-sluggi)[typo3/cms-install

TYPO3 CMS Install Tool - The Install Tool is used for installation, upgrade, system administration and setup tasks.

1812.5M560](/packages/typo3-cms-install)[typo3/cms-scheduler

TYPO3 CMS Scheduler - Schedule tasks to run once or periodically at a specific time.

169.5M262](/packages/typo3-cms-scheduler)[typo3/cms-lowlevel

TYPO3 CMS Lowlevel - Technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.

178.3M351](/packages/typo3-cms-lowlevel)

PHPackages © 2026

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