PHPackages                             timezhero/enhanced-enums - 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. timezhero/enhanced-enums

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

timezhero/enhanced-enums
========================

Enhanced enums for Laravel

v1.0.0(6mo ago)10MITPHPPHP ^8.5CI passing

Since Dec 27Pushed 6mo agoCompare

[ Source](https://github.com/TimeZHero/laravel-enhanced-enums)[ Packagist](https://packagist.org/packages/timezhero/enhanced-enums)[ RSS](/packages/timezhero-enhanced-enums/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (2)Used By (0)

Laravel Enhanced Enums
======================

[](#laravel-enhanced-enums)

[![Tests](https://github.com/TimeZHero/laravel-enhanced-enums/actions/workflows/tests.yml/badge.svg)](https://github.com/TimeZHero/laravel-enhanced-enums/actions/workflows/tests.yml) [![Lint](https://github.com/TimeZHero/laravel-enhanced-enums/actions/workflows/lint.yml/badge.svg)](https://github.com/TimeZHero/laravel-enhanced-enums/actions/workflows/lint.yml)

A powerful trait and attribute-based toolkit for supercharging PHP backed enums in Laravel applications.

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

[](#requirements)

- PHP 8.5+
- Laravel 12.0+

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

[](#installation)

Install the package via Composer:

```
composer require timezhero/enhanced-enums
```

Usage
-----

[](#usage)

Add the `Enhancement` trait to any backed enum to unlock powerful utilities:

```
