定制 fresh/doctrine-enum-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fresh/doctrine-enum-bundle

最新稳定版本:v12.0.0

Composer 安装命令:

composer require fresh/doctrine-enum-bundle

包简介

Provides support of ENUM type for Doctrine2 in Symfony applications.

README 文档

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 ????

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
12.0.* >= 8.4 >= 7.4 >= 2.12, >= 3.0 Current version
11.2.* >= 8.2 >= 6.4 >= 2.12, >= 3.0 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.

统计信息

  • 总下载量: 6.59M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 475
  • 点击次数: 1
  • 依赖项目数: 16
  • 推荐数: 1

GitHub 信息

  • Stars: 463
  • Watchers: 9
  • Forks: 75
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04