zambinij/enum-helpers

A package with Enum helpers

1.0.1 2023-03-02 18:37 UTC

This package is auto-updated.

Last update: 2024-04-30 00:45:47 UTC


README

Requires PHP 8.1+

🧹 Keep a modern codebase with Pint:

composer lint

⚗️ Run static analysis using PHPStan:

composer test:types

✅ Run unit tests using PEST

composer test:unit

🚀 Run the entire test suite:

composer test