All Projects → fre5h → Doctrineenumbundle

fre5h / Doctrineenumbundle

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

Programming Languages

enum
40 projects

Projects that are alternatives of or similar to Doctrineenumbundle

Translationformbundle
Ease translations with some dedicated Symfony form types
Stars: ✭ 289 (-29.51%)
Mutual labels:  bundle, doctrine, symfony, symfony-bundle
Doctrinemigrationsbundle
Symfony integration for the doctrine/migrations library
Stars: ✭ 3,782 (+822.44%)
Mutual labels:  bundle, doctrine, symfony, symfony-bundle
Sonatadoctrineormadminbundle
Integrate Doctrine ORM into the SonataAdminBundle
Stars: ✭ 400 (-2.44%)
Mutual labels:  bundle, doctrine, symfony, symfony-bundle
Doctrinebundle
Symfony Bundle for Doctrine ORM and DBAL
Stars: ✭ 4,225 (+930.49%)
Mutual labels:  bundle, doctrine, symfony, symfony-bundle
Doctrinecachebundle
Symfony2 Bundle for Doctrine Cache
Stars: ✭ 2,813 (+586.1%)
Mutual labels:  doctrine, symfony, symfony-bundle
Easyadminbundle
EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
Stars: ✭ 3,391 (+727.07%)
Mutual labels:  bundle, symfony, symfony-bundle
Sonatauserbundle
Symfony SonataUserBundle
Stars: ✭ 301 (-26.59%)
Mutual labels:  bundle, symfony, symfony-bundle
Sensioframeworkextrabundle
An extension to Symfony FrameworkBundle that adds annotation configuration for Controller classes
Stars: ✭ 3,203 (+681.22%)
Mutual labels:  bundle, symfony, symfony-bundle
Victoire
Fullstack Symfony CMS: The perfect mix between a framework and a CMS
Stars: ✭ 227 (-44.63%)
Mutual labels:  bundle, symfony, symfony-bundle
Framework Bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
Stars: ✭ 3,056 (+645.37%)
Mutual labels:  bundle, symfony, symfony-bundle
Lexiktranslationbundle
This Symfony2 bundle allow to import translation files content into the database and provide a GUI to edit translations.
Stars: ✭ 347 (-15.37%)
Mutual labels:  bundle, symfony, symfony-bundle
Lexikmaintenancebundle
This Symfony2 bundle allows you to place your website in maintenance mode by calling two commands in your console. A page with status code 503 appears to users, it is possible to authorize certain ips addresses stored in your configuration.
Stars: ✭ 253 (-38.29%)
Mutual labels:  bundle, symfony, symfony-bundle
Enqueue Bundle
[READ-ONLY] Message queue bundle for Symfony. RabbitMQ, Amazon SQS, Redis, Service bus, Async events, RPC over MQ and a lot more
Stars: ✭ 233 (-43.17%)
Mutual labels:  bundle, symfony, symfony-bundle
Assetic Bundle
[DEPRECATED] This was the recommended way to manage web assets in Symfony 2 applications. Newer Symfony applications should use Webpack Encore.
Stars: ✭ 370 (-9.76%)
Mutual labels:  bundle, symfony, symfony-bundle
Fmelfinderbundle
📁 ElFinderBundle provides ElFinder integration with TinyMCE, CKEditor, Summernote editors
Stars: ✭ 231 (-43.66%)
Mutual labels:  bundle, symfony, symfony-bundle
Sonatablockbundle
Symfony SonataBlockBundle
Stars: ✭ 368 (-10.24%)
Mutual labels:  bundle, symfony, symfony-bundle
Exporter
Lightweight Exporter library
Stars: ✭ 384 (-6.34%)
Mutual labels:  bundle, symfony, symfony-bundle
Liiphellobundle
[DEPRECATED] Alternative Hello World Bundle for Symfony2 using several FriendsOfSymfony Bundles
Stars: ✭ 206 (-49.76%)
Mutual labels:  bundle, symfony, symfony-bundle
Sonataintlbundle
Symfony SonataIntlBundle
Stars: ✭ 212 (-48.29%)
Mutual labels:  bundle, symfony, symfony-bundle
Liipthemebundle
Provides theming support for Symfony bundles
Stars: ✭ 292 (-28.78%)
Mutual labels:  bundle, symfony, symfony-bundle

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

Supported platforms 🧐

MySQL SQLite PostgreSQL MSSQL

Installation 🌱

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

Choose the version you need
Bundle Version (X.Y.Z) PHP Symfony Doctrine Bundle Comment
7.1.* >= 7.2.5 >= 5.0 >= 2.1 Current version
6.6.* >= 7.1.3 4.3, 4.4 >= 2.0 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].