Skip to content

fre5h/DoctrineEnumBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d991e4b Β· Feb 8, 2025
Dec 5, 2024
May 31, 2024
May 31, 2024
Feb 8, 2025
Dec 4, 2019
Mar 29, 2024
May 31, 2024
Feb 8, 2025
Jan 23, 2022
Jun 7, 2022
Jun 7, 2022
Jun 12, 2021
Nov 12, 2017
Dec 2, 2021
Apr 24, 2021
Dec 31, 2024
May 31, 2024
May 31, 2024
Jun 1, 2023
Jun 1, 2023

Repository files navigation

DoctrineEnumBundle

πŸ“¦ 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 🧐

PostgreSQL SQLite MySQL MSSQL

Installation 🌱

composer req fresh/doctrine-enum-bundle

Choose the version you need
Bundle Version (X.Y.Z) PHP Symfony Doctrine Bundle Comment
11.0.* >= 8.2 >= 7.0 >= 2.12 Current version
10.1.* >= 8.2 >= 7.0 >= 2.11 Previous

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.