Libraries tagged by enum-trait
othyn/php-enum-enhancements
28295 Downloads
Adds some helpful enum traits to the glorious new PHP Enum type.
fpoirotte/enum-trait
3724 Downloads
Enumeration type for PHP using traits
rhyslees/enum-traits
146 Downloads
This is my package enum-traits
rikudou/enums-trait
199 Downloads
Trait for creating enums in php
dvlpr1996/php-enum-helper-trait
0 Downloads
Simplify enum handling in PHP with this versatile trait. Enhance code clarity and streamline workflows with utility methods for enum management.
mf1dd/object-builder
1 Downloads
Automatically creates fully populated PHP object instances with random, type-safe values. Designed for test fixtures and runtime object generation. Supports all PHP class types — regular classes, readonly classes, abstract classes, enums, traits, interfaces, and built-in stock classes like DateInterval or ArrayObject. Recursively resolves nested object graphs, detects property names for semantically meaningful values (timezone, email, firstname …), and offers constraint-based value ranges via a fluent API. No framework required; zero runtime dependencies beyond nikic/php-parser. PHP 8.2+.
everully/laravel-enum-on-steroids
140 Downloads
This package provides Enum trait to speed up the development of Laravel applications.