hellorse/doctrine-enum-bundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

Fund package maintenance!
fre5h

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 76

Type:symfony-bundle


README

📦 Provides support of ENUM type for Doctrine in Symfony applications.

Scrutinizer Quality Score Build Status CodeCov License Latest Stable Version Total Downloads StyleCI Gitter

Supported platforms 🧐

PostgreSQL SQLite MySQL MSSQL

Installation 🌱

composer req fresh/doctrine-enum-bundle='~7.4'

Choose the version you need
Bundle Version (X.Y.Z) PHP Symfony Doctrine Bundle Comment
7.4.* >= 7.4.0 5.4 >= 2.5 Current version
7.3.* >= 7.3.0 5.0..5.3 >= 2.1 Previous version

Check the config/bundles.php file

By default, Symfony Flex will add this bundle to the config/bundles.php file. But in case when you ignored contrib-recipe during bundle installation it would not be added. In this case add the bundle manually.

# config/bundles.php

return [
    // Other bundles...
    Fresh\DoctrineEnumBundle\FreshDoctrineEnumBundle::class => ['all' => true],
    // Other bundles...
];

Using 🧑‍🎓

Features 🎁

Contributing 🤝

Read the CONTRIBUTING file.