|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| adrenalinkin/enum-mapper | 0.83 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| paillechat/php-enum | 0.82 | PHP 7+ enum library: define enums by extending Enum and declaring constants, then instantiate via static named calls (IssueType::ONE()). Instances are strict-equal singletons, work with in_array/type hints, and can convert to/from names. | 16 | 17 | 3 | 468 | 0 | 2.0 | 20.1 | MIT | 7 years ago | |
| bastsys/state-bundle | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 1.5 | — | — | 5 years ago | |
| henzeb/enumhancer | 0.82 | — | 69 | 70 | 8 | 26K | 0 | 21.4 | 39.3 | AGPL-3.0 | 5 months ago | |
| art-fatal/doctrine-enum-bundle | 0.82 | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| elao/enum | 0.82 | Opinionated extensions for PHP 8.1+ native enums with readable labels, flag/bitmask enums, and extra values. Includes integrations for Symfony (Forms, HTTP Kernel arg resolver, Translation, VarDumper), Doctrine ORM/ODM, and Faker. | 328 | 326 | 30 | 36K | 15 | 33.1 | 38.4 | MIT | 1 month ago | |
| henzeb/enumhancer-ide-helper | 0.81 | Laravel IDE helper for enhanced PHP enums. Improves autocompletion and type hints for Enumhancer features in PhpStorm and similar IDEs, generating stubs/metadata so enum methods, cases, and helpers are easier to discover and use. | 0 | 0 | 0 | 2K | 0 | 0.3 | 45.8 | AGPL-3.0 | 3 years ago | |
| aboutcoders/enum-serializer-bundle | 0.81 | Symfony bundle adding JMS Serializer support for myclabs/php-enum enums. Register enum types via config or tagged services, then serialize/deserialize to JSON using enum class names in @Type annotations or directly in serializer calls. | 3 | 4 | 5 | 545 | 1 | 0.6 | 29.5 | MIT | 5 years ago | |
| archtechx/enums | 0.81 | Modern PHP enum helpers: casting, validation, labels, and convenience methods for native enums. Add common patterns like options arrays, random values, and comparisons to make enums easier to use across Laravel apps and APIs. | 568 | 567 | 23 | 530K | 2 | 7.1 | 41.3 | MIT | 1 year ago | |
| timeweb/phpstan-enum | 0.81 | PHPStan extension for PHP enums. Provides additional rules and type inference to catch invalid enum values and comparisons, improve static analysis around backed/unit enums, and surface enum-related bugs early in CI. | 44 | 44 | 7 | 50K | 1 | 5.1 | 42.3 | MIT | 1 year ago | |
| open-southeners/laravel-model-status | 0.81 | Lightweight Laravel model status handling using native PHP enums—no extra tables needed. Define a status enum, attach it via a PHP attribute, and use a trait for helpers like setStatus, setStatusWhen, hasStatus, and optional status events. | 0 | 0 | 0 | 81 | 0 | 21.0 | 30.4 | MIT | 1 month ago | |
| spatie/laravel-enum | 0.81 | Laravel integration for spatie/enum: use Enum base class in Laravel, cast model attributes to enums (including nullable and arrays), and get Laravel-friendly behavior via custom casts and Castable support for Eloquent. | 365 | 368 | 36 | 118K | 0 | 11.3 | 34.7 | MIT | 1 year ago | |
| laudis/typed-enum | 0.81 | — | 4 | 4 | 0 | 26K | 0 | 0.0 | 51.1 | MIT | — | |
| daverandom/enum | 0.81 | Lightweight PHP enum base class: extend a single abstract class and define members as constants. Includes static helpers to validate and resolve enum names and values. Useful for simple, shared enum functionality. | 0 | 0 | 0 | 2 | 0 | 0.3 | 6.6 | MIT | 8 years ago | |
| fresh/doctrine-enum-bundle | 0.81 | Symfony bundle adding ENUM type support to Doctrine ORM/DBAL. Register custom enum types and map them to entity fields for safer, consistent values across databases. Works with modern Symfony/Doctrine versions and common platforms like PostgreSQL, MySQL, SQLite, and MSSQL. | 462 | 474 | 75 | 55K | 11 | 29.0 | 35.2 | MIT | 4 months ago | |
| adrenalinkin/enum-property-bundle | 0.80 | Symfony bundle integrating EnumMapper: adds Twig filters/functions to convert enum DB values to human labels and back, fetch full enum maps, and provides validation support for enum properties. Install via Composer and enable the bundle in AppKernel. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| acelaya/doctrine-enum-type | 0.80 | Doctrine DBAL type for mapping MyCLabs\Enum\Enum values to entity columns. Provides a reusable PhpEnumType to register enums as custom Doctrine types. Note: largely obsolete now that PHP has native enums and Doctrine supports them. | 131 | 136 | 14 | 13K | 1 | 2.1 | 19.8 | MIT | 5 years ago | |
| konekt/enum-eloquent | 0.79 | Laravel Eloquent casting for Konekt Enums. Add the CastsEnums trait and define a $enums map on your model to automatically convert attributes to Enum objects, supporting Konekt Enum 2–4 and Laravel 8–12. | 63 | 64 | 9 | 65K | 2 | 1.0 | 41.5 | MIT | — | |
| spatie/laravel-model-states | 0.79 | Add state and state machine behavior to Laravel Eloquent models. Represent each state as a class, automatically serialize to/from the database, and perform clean, explicit transitions with configurable rules—ideal for workflows like payments, orders, and approvals. | 1,290 | 1,291 | 107 | 316K | 0 | 37.8 | 38.3 | MIT | 1 month ago | |
| winzou/state-machine | 0.79 | Lightweight PHP state machine library. Define graphs with states, transitions, and guard/before/after callbacks, then apply and validate transitions on your domain objects. Supports multiple graphs per object and configurable state property paths. | 524 | 530 | 75 | 118K | 3 | 28.0 | 41.0 | MIT | 2 months ago |
How can I help you explore Laravel packages today?