atournayre/easyadmin-fields-bundle
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spatie/laravel-enum | 0.82 | 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 | 110K | 0 | 11.3 | 34.3 | MIT | 1 year ago | |
| art-fatal/doctrine-enum-bundle | 0.82 | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| adrenalinkin/enum-mapper | 0.82 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| konekt/enum | 0.81 | Lightweight PHP enum base class (pre-PHP 8.1) for defining value-safe constants via abstract Enum subclasses. Simple instantiation, validation and utilities, with docs and optional Laravel Eloquent integration via konekt/enum-eloquent. | 21 | 21 | 2 | 61K | 0 | 0.0 | 55.3 | MIT | — | |
| elao/enum | 0.81 | 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. | 327 | 326 | 29 | 41K | 15 | 32.5 | 38.7 | MIT | 2 months ago | |
| aequation/eadmin | 0.81 | Symfony bundle extending EasyAdmin with AEQUATION enhancements. Adds extra tooling and integrations to customize and streamline your admin backend, with improved configuration options and features on top of EasyAdmin. | 0 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| 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 | 568 | 23 | 535K | 2 | 7.0 | 41.4 | MIT | 1 year ago | |
| daverandom/enum | 0.80 | 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 | |
| henzeb/enumhancer-ide-helper | 0.80 | 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 | |
| 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 | — | |
| aboutcoders/enum-serializer-bundle | 0.80 | 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 | 459 | 1 | 0.6 | 28.5 | MIT | 5 years ago | |
| fresh/doctrine-enum-bundle | 0.80 | 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 | 5 months ago | |
| henzeb/enumhancer | 0.79 | — | 69 | 70 | 8 | 26K | 0 | 21.0 | 39.2 | AGPL-3.0 | 5 months 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 | 61K | 2 | 1.0 | 41.1 | MIT | — | |
| paillechat/php-enum | 0.79 | 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 | 471 | 0 | 2.0 | 20.1 | MIT | 7 years ago | |
| acelaya/doctrine-enum-type | 0.79 | 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.5 | MIT | 5 years ago | |
| cwd/grid-bundle | 0.79 | — | 3 | 3 | 0 | 0 | 0 | 2.7 | — | MIT | 4 years ago | |
| timeweb/phpstan-enum | 0.79 | 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 | 51K | 1 | 5.1 | 42.2 | MIT | 1 year ago | |
| agence-adeliom/easy-fields-bundle | 0.79 | Symfony bundle adding extra EasyAdmin fields: enhanced AssociationField (create/select inline), EnumField, FormTypeField for binding raw form types, and TranslationField integration (A2lix). Supports Symfony 6.4/7.x on PHP 8.2+. | 13 | 13 | 12 | 403 | 6 | 2.1 | 22.1 | MIT | — | |
| bensampo/laravel-enum | 0.79 | 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. | 2,028 | 2,044 | 159 | 329K | 1 | 15.0 | 30.2 | MIT | — |
How can I help you explore Laravel packages today?