PHPackages                             kgolinski/turboenum - 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. kgolinski/turboenum

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

kgolinski/turboenum
===================

Useful Enum functions as a Trait

1.0(5mo ago)0324[3 PRs](https://github.com/kgolinski/turboenum/pulls)MITPHPPHP ^8.3CI passing

Since Nov 19Pushed 1mo agoCompare

[ Source](https://github.com/kgolinski/turboenum)[ Packagist](https://packagist.org/packages/kgolinski/turboenum)[ Docs](https://github.com/kgolinski/turboenum)[ GitHub Sponsors]()[ RSS](/packages/kgolinski-turboenum/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (5)Used By (0)

Useful Enum functions as a Trait
================================

[](#useful-enum-functions-as-a-trait)

[![Latest Version on Packagist](https://camo.githubusercontent.com/624bae0b4747fdbb3ddebebb12f940919173af185d10fa179120109594b73d2c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b676f6c696e736b692f747572626f656e756d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kgolinski/turboenum)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5b102264f2c4c152bccfd1ecd91ba48133096e36b13dbe454eab9c99df601c20/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b676f6c696e736b692f747572626f656e756d2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/kgolinski/turboenum/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d7df0b7e356233860486b33e8dba7474f2a3bd161f9c487ef385f895563250f6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6b676f6c696e736b692f747572626f656e756d2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/kgolinski/turboenum/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a25a676f2309ad57b7649b5b448ab9d4e5e58d91cf6552ab3d9e4a8d4b0af12c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b676f6c696e736b692f747572626f656e756d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kgolinski/turboenum)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require kgolinski/turboenum
```

Usage
-----

[](#usage)

```
use KGolinski\TurboEnum\Traits\TurboEnum;

enum SomeEnum
{
    use TurboEnum;
    case one;
    case two;
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Krzysztof Goliński](https://github.com/kgolinski)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance81

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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

Unknown

Total

1

Last Release

179d ago

### Community

Maintainers

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

---

Top Contributors

[![kgolinski](https://avatars.githubusercontent.com/u/2291303?v=4)](https://github.com/kgolinski "kgolinski (7 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelKrzysztof Golińskiturboenum

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/kgolinski-turboenum/health.svg)

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

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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