{"id":14983938,"url":"https://github.com/fre5h/doctrineenumbundle","last_synced_at":"2025-05-14T03:09:55.501Z","repository":{"id":5366731,"uuid":"6553368","full_name":"fre5h/DoctrineEnumBundle","owner":"fre5h","description":"📦 Provides support of ENUM type for Doctrine in Symfony applications.","archived":false,"fork":false,"pushed_at":"2025-02-08T15:43:56.000Z","size":537,"stargazers_count":462,"open_issues_count":11,"forks_count":76,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-10T19:53:31.539Z","etag":null,"topics":["bundle","doctrine","doctrine-dbal","enum","php","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"https://github.com/fre5h/DoctrineEnumBundle","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fre5h.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"fre5h"}},"created_at":"2012-11-05T23:12:23.000Z","updated_at":"2025-02-23T08:55:33.000Z","dependencies_parsed_at":"2023-12-01T09:30:54.937Z","dependency_job_id":"757c5a91-903c-44a2-94ee-f987393efbbd","html_url":"https://github.com/fre5h/DoctrineEnumBundle","commit_stats":{"total_commits":422,"total_committers":29,"mean_commits":"14.551724137931034","dds":"0.16587677725118488","last_synced_commit":"c7ca4fd18c44273360d4becc292b4dfeec0720ed"},"previous_names":[],"tags_count":95,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fre5h%2FDoctrineEnumBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fre5h%2FDoctrineEnumBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fre5h%2FDoctrineEnumBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fre5h%2FDoctrineEnumBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fre5h","download_url":"https://codeload.github.com/fre5h/DoctrineEnumBundle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254059511,"owners_count":22007769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bundle","doctrine","doctrine-dbal","enum","php","symfony","symfony-bundle"],"created_at":"2024-09-24T14:08:12.505Z","updated_at":"2025-05-14T03:09:50.485Z","avatar_url":"https://github.com/fre5h.png","language":"PHP","funding_links":["https://github.com/sponsors/fre5h"],"categories":[],"sub_categories":[],"readme":"# DoctrineEnumBundle\n\n📦 Provides **ENUM type** support for Doctrine in Symfony applications.\n\n[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/fre5h/DoctrineEnumBundle.svg?style=flat-square)](https://scrutinizer-ci.com/g/fre5h/DoctrineEnumBundle/)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/fre5h/DoctrineEnumBundle/ci.yaml?branch=main\u0026style=flat-square)](https://github.com/fre5h/DoctrineEnumBundle/actions?query=workflow%3ACI+branch%3Amain+)\n[![CodeCov](https://img.shields.io/codecov/c/github/fre5h/DoctrineEnumBundle.svg?style=flat-square)](https://codecov.io/github/fre5h/DoctrineEnumBundle)\n[![License](https://img.shields.io/packagist/l/fresh/doctrine-enum-bundle.svg?style=flat-square)](https://packagist.org/packages/fresh/doctrine-enum-bundle)\n[![Latest Stable Version](https://img.shields.io/packagist/v/fresh/doctrine-enum-bundle.svg?style=flat-square)](https://packagist.org/packages/fresh/doctrine-enum-bundle)\n[![Total Downloads](https://img.shields.io/packagist/dt/fresh/doctrine-enum-bundle.svg?style=flat-square)](https://packagist.org/packages/fresh/doctrine-enum-bundle)\n[![StyleCI](https://styleci.io/repos/6553368/shield?style=flat-square)](https://styleci.io/repos/6553368)\n[![Gitter](https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg?style=flat-square)](https://gitter.im/fre5h/DoctrineEnumBundle)\n\n## Supported platforms 🧐\n\n| PostgreSQL | SQLite | MySQL | MSSQL |\n|------------|--------|-------|-------|\n\n## Installation 🌱\n\n```composer req fresh/doctrine-enum-bundle```\n\n##### Choose the version you need\n\n| Bundle Version (X.Y.Z) |    PHP   |  Symfony   | Doctrine Bundle | Comment             |\n|:----------------------:|:--------:|:----------:|:---------------:|:--------------------|\n|        `11.0.*`        | `\u003e= 8.2` | `\u003e= 7.0`   |    `\u003e= 2.12`    | **Current version** |\n|        `10.1.*`        | `\u003e= 8.2` | `\u003e= 7.0`   |    `\u003e= 2.11`    | Previous            |\n\n#### Check the `config/bundles.php` file\n\nBy default, Symfony Flex will add this bundle to the `config/bundles.php` file.\nBut in case you ignored `contrib-recipe` during bundle installation it would not be added. In this case add the bundle manually:\n\n```php\n# config/bundles.php\n\nreturn [\n    // Other bundles...\n    Fresh\\DoctrineEnumBundle\\FreshDoctrineEnumBundle::class =\u003e ['all' =\u003e true],\n    // Other bundles...\n];\n```\n\n## Usage 🧑‍🎓\n\n* [Example](./Resources/docs/usage_example.md \"Example\")\n\n## Features 🎁\n\n* [NULL values](./Resources/docs/null_values.md \"NULL values\")\n* [Default value](./Resources/docs/default_value.md \"Default value\")\n* [Building the form](./Resources/docs/building_the_form.md \"Building the form\")\n* [Additional methods](./Resources/docs/additional_methods.md \"Additional methods\")\n* [Common types](./Resources/docs/common_types.md \"Common types\")\n* [Readable ENUM values in templates](./Resources/docs/readable_enum_values_in_template.md \"Readable ENUM values in templates\")\n* [ENUM constants in templates](./Resources/docs/enum_constants_in_templates.md \"ENUM constants in templates\")\n* [ENUM values in templates](./Resources/docs/enum_values_in_templates.md \"ENUM values in templates\")\n* [Hook for Doctrine migrations](./Resources/docs/hook_for_doctrine_migrations.md \"Hook for Doctrine migrations\")\n\n## Contributing 🤝\n\nRead the [CONTRIBUTING](https://github.com/fre5h/DoctrineEnumBundle/blob/master/.github/CONTRIBUTING.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffre5h%2Fdoctrineenumbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffre5h%2Fdoctrineenumbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffre5h%2Fdoctrineenumbundle/lists"}