fresh/doctrine-enum-bundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

Fund package maintenance!
fre5h

Installs: 5 353 408

Dependents: 14

Suggesters: 1

Security: 0

Stars: 459

Watchers: 10

Forks: 75

Open Issues: 11

Type:symfony-bundle

v11.0.1 2024-08-16 09:14 UTC

README

📦 Provides ENUM type support for Doctrine in Symfony applications.

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

Supported platforms 🧐

Installation 🌱

composer req fresh/doctrine-enum-bundle

Choose the version you need

Check the config/bundles.php file

By default, Symfony Flex will add this bundle to the config/bundles.php file. But in case 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...
];

Usage 🧑‍🎓

Features 🎁

Contributing 🤝

Read the CONTRIBUTING file.