iter8-au / DoctrineEnumBundle

Provides support of ENUM type for Doctrine in Symfony applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DoctrineEnumBundle

Provides support of ENUM type for Doctrine in Symfony applications.

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

SensioLabsInsight knpbundles.com

Supported platforms

MySQL SQLite PostgreSQL MSSQL

Installation

Add dependency via Composer

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

Registration in Kernel for Symfony 4.0 is done automatically.

Choose the appropriate version if you need
Bundle Version (X.Y.Z) PHP Symfony Doctrine DBAL Comment
6.1.* >= 7.1.3 >= 4.0 >= 2.6 Current version
5.3.* >= 5.6, <= 7.1 >= 3.2, <= 3.4 >= 2.5 Bug fix support

Using

Features

Contributing

Read the CONTRIBUTING file.

About

Provides support of ENUM type for Doctrine in Symfony applications.

License:MIT License


Languages

Language:PHP 100.0%