bensampo/laravel-enum
Laravel Enum provides a powerful enum implementation for Laravel with class-constant definitions, instantiation, casting, validation, localization, bitwise/flag enums, and an artisan generator. Not recommended for new projects—use native PHP 8.1 enums.
enum:to-native command) rather than new feature development for this package. Build-vs-buy analysis confirms native PHP enums are superior for maintainability and future compatibility.enum:to-native artisan command to automate migration of existing code. For new development, always prefer native enums—they're type-safe, zero-config, and fully compatible with Laravel 10+. This eliminates maintenance burden for an obsolete package while future-proofing our codebase.How can I help you explore Laravel packages today?