manakao/doctrine-enum-type-bundle

This bundle provides a typed enumeration for Symfony5 applications

Maintainers

Package info

github.com/manakao/doctrine-enum-type-bundle

Type:symfony-bundle

pkg:composer/manakao/doctrine-enum-type-bundle

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

0.1 2018-07-04 12:32 UTC

This package is auto-updated.

Last update: 2026-03-13 04:28:23 UTC


README

Configures Doctrine Enum Type via Symfony config file.

Installation

composer require danaki/doctrine-enum-type-bundle

Usage

Create config/doctrine_enum_type.yaml with similar contents:

danaki_doctrine_enum_type:
    types:
        php_enum_gender: Acelaya\Enum\Gender
        Acelaya\Enum\Action: ~

Problems

If you're getting "Unknown column type" error, try to clear cache with rm -rf var/cache