2017 © Pedro Pelรกez
 

symfony-bundle doctrine-enum-bundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

image

fresh/doctrine-enum-bundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

  • Wednesday, July 11, 2018
  • by Fresh
  • Repository
  • 12 Watchers
  • 282 Stars
  • 835,609 Installations
  • PHP
  • 9 Dependents
  • 1 Suggesters
  • 56 Forks
  • 12 Open issues
  • 55 Versions
  • 8 % Grown

The README.md

DoctrineEnumBundle

๐Ÿ“ฆ Provides ENUM type support for Doctrine in Symfony applications., (*1)

Scrutinizer Quality Score Build Status CodeCov License Latest Stable Version Total Downloads StyleCI Gitter, (*2)

Supported platforms ๐Ÿง

PostgreSQL SQLite MySQL MSSQL

Installation ๐ŸŒฑ

composer req fresh/doctrine-enum-bundle, (*3)

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:, (*4)

# config/bundles.php

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

Usage ๐Ÿง‘โ€๐ŸŽ“

Features ๐ŸŽ

Contributing ๐Ÿค

Read the CONTRIBUTING file., (*5)

The Versions

12/03 2018
13/06 2016

v4.6.2

4.6.2.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

postgresql bundle doctrine entity symfony mssql dbal mysql enum sqlite type

09/06 2016

v4.6.1

4.6.1.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

postgresql bundle doctrine entity symfony mssql dbal mysql enum sqlite type

08/06 2016

v4.6

4.6.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

postgresql bundle doctrine entity symfony mssql dbal mysql enum sqlite type

10/03 2016

v4.5

4.5.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

postgresql bundle doctrine entity symfony mssql dbal mysql enum sqlite type

01/03 2016

v4.4

4.4.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

postgresql bundle doctrine entity symfony mssql dbal mysql enum sqlite type

22/02 2016

v4.3

4.3.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

postgresql bundle doctrine entity symfony dbal mysql enum sqlite type

19/02 2016

v4.2

4.2.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

postgresql bundle doctrine entity symfony dbal mysql enum sqlite type

21/01 2016

v4.1

4.1.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

postgresql bundle doctrine entity symfony dbal mysql enum sqlite type

01/12 2015

v4.0

4.0.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

postgresql bundle doctrine entity symfony dbal mysql enum sqlite type

28/11 2015

3.x-dev

3.9999999.9999999.9999999-dev https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

postgresql bundle doctrine entity symfony dbal mysql enum sqlite type

28/11 2015

v3.3

3.3.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

postgresql bundle doctrine entity symfony dbal mysql enum sqlite type

28/11 2015

2.x-dev

2.9999999.9999999.9999999-dev https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle doctrine entity symfony dbal mysql enum sqlite type

28/11 2015

v2.6

2.6.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle doctrine entity symfony dbal mysql enum sqlite type

01/03 2015

v3.2

3.2.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

postgresql bundle doctrine entity symfony dbal mysql enum sqlite type

11/12 2014

v3.1

3.1.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

bundle doctrine entity symfony dbal mysql enum sqlite type

23/11 2014

v3.0

3.0.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

bundle doctrine entity symfony dbal mysql enum sqlite type

01/02 2014

v2.5

2.5.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of MySQL ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

bundle doctrine entity symfony dbal enum type

27/01 2014

v2.4

2.4.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of MySQL ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

bundle doctrine entity symfony dbal enum type

11/01 2014

v2.3

2.3.0.0 https://github.com/fre5h/DoctrineEnumBundle

Provides support of MySQL ENUM type for Doctrine2 in Symfony2 applications.

  Sources   Download

MIT

The Requires

 

bundle doctrine entity symfony dbal enum type

14/12 2013

v2.2

2.2.0.0 http://symfony.com

Provides support of MySQL ENUM type for Doctrine in Symfony applications

  Sources   Download

MIT

The Requires

 

bundle doctrine symfony dbal enum type

01/09 2013

v2.1

2.1.0.0 http://symfony.com

Provides support of MySQL ENUM type for Doctrine in Symfony applications

  Sources   Download

MIT

The Requires

 

bundle doctrine symfony dbal enum type

01/09 2013

v2.0

2.0.0.0 http://symfony.com

Provides support of MySQL ENUM type for Doctrine in Symfony applications

  Sources   Download

MIT

The Requires

 

bundle doctrine symfony dbal enum type

28/08 2013

1.x-dev

1.9999999.9999999.9999999-dev http://symfony.com

Provides support of MySQL ENUM type for Doctrine in Symfony applications

  Sources   Download

MIT

The Requires

 

bundle doctrine symfony dbal enum type

28/08 2013

v1.3

1.3.0.0 http://symfony.com

Provides support of MySQL ENUM type for Doctrine in Symfony applications

  Sources   Download

MIT

The Requires

 

bundle doctrine symfony dbal enum type

07/07 2013

v1.2

1.2.0.0 http://symfony.com

Provides support of MySQL ENUM type for Doctrine in Symfony applications

  Sources   Download

MIT

The Requires

 

bundle doctrine symfony dbal enum type

23/06 2013

v1.1

1.1.0.0 http://symfony.com

Provides support of MySQL ENUM type for Doctrine in Symfony applications

  Sources   Download

MIT

The Requires

 

bundle doctrine symfony dbal enum type

09/11 2012

v1.0

1.0.0.0

Doctrine2 Enum type for Symfony2 applications

  Sources   Download

MIT

The Requires

 

doctrine dbal enum type