PHPackages                             webonaute/doctrine-mysql-extra - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. webonaute/doctrine-mysql-extra

ActiveLibrary[Database &amp; ORM](/categories/database)

webonaute/doctrine-mysql-extra
==============================

Some extra stuff for doctrine with MYSQL Plateform.

1.2.2(4y ago)117.4kMITPHPPHP &gt;=7.2CI failing

Since Jun 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Webonaute/DoctrineMysqlExtra)[ Packagist](https://packagist.org/packages/webonaute/doctrine-mysql-extra)[ Docs](https://github.com/Webonaute/DoctrineMysqlExtra)[ RSS](/packages/webonaute-doctrine-mysql-extra/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)Dependencies (9)Versions (8)Used By (0)

Doctrine Mysql Extra
====================

[](#doctrine-mysql-extra)

[![Latest Stable Version](https://camo.githubusercontent.com/1c665383e375d1978a24170ecfc1c644a9dfddc153ea4c9d34562836d2bd861e/68747470733a2f2f706f7365722e707567782e6f72672f7765626f6e617574652f646f637472696e652d6d7973716c2d65787472612f762f737461626c652e737667)](https://packagist.org/packages/webonaute/doctrine-mysql-extra) [![Total Downloads](https://camo.githubusercontent.com/a70830021a31d8b077370b8868653aeb8f26e0dcea38c1d8caa65aafec649a95/68747470733a2f2f706f7365722e707567782e6f72672f7765626f6e617574652f646f637472696e652d6d7973716c2d65787472612f646f776e6c6f6164732e737667)](https://packagist.org/packages/webonaute/doctrine-mysql-extra) [![Latest Unstable Version](https://camo.githubusercontent.com/1cb3aca4b3ed7a0075c22aee92857d91b433cfd29b604403adad15b006cd1657/68747470733a2f2f706f7365722e707567782e6f72672f7765626f6e617574652f646f637472696e652d6d7973716c2d65787472612f762f756e737461626c652e737667)](https://packagist.org/packages/webonaute/doctrine-mysql-extra) [![License](https://camo.githubusercontent.com/5662eddbb35f636290002345beb93e4717a3403ba82a20e5e2a6e8b3f2e2dd0c/68747470733a2f2f706f7365722e707567782e6f72672f7765626f6e617574652f646f637472696e652d6d7973716c2d65787472612f6c6963656e73652e737667)](https://packagist.org/packages/webonaute/doctrine-mysql-extra)

- [Doctrine Mysql Extra](#doctrine-mysql-extra)
    - [About](#about)
    - [Release](#release)
    - [Installation](#installation)
    - [Documentation](#documentation)
        - [Doctrine configuration](#doctrine-configuration)
    - [License](#license)

About
-----

[](#about)

Some extra stuff for doctrine with MYSQL Plateform.

Release
-------

[](#release)

- Use version `1.x` for Doctrine 1.8+. [![build status](https://camo.githubusercontent.com/a20c97f18cb08e1b3580139e25284193dbd76be958399ccb7d2c49b049560f27/68747470733a2f2f7472617669732d63692e6f72672f7765626f6e617574652f446f637472696e654d7973716c45787472612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/webonaute/DoctrineMysqlExtra)

Installation
------------

[](#installation)

This bundle is available via [composer](https://github.com/composer/composer), find it on [packagist](https://packagist.org/packages/webonaute/doctrine-mysql-extra).

Run : `composer require webonaute/doctrine-mysql-extra 1.0`

Documentation
-------------

[](#documentation)

### Doctrine configuration

[](#doctrine-configuration)

```
doctrine:
  dbal:
    default_connection: default
    connections:
      default:
        platform_service: 'Webonaute\DoctrineMysqlExtra\Doctrine\DBAL\Platforms\MySql57Platform'
        server_version: '5.7'
        #platform_service: 'Webonaute\DoctrineMysqlExtra\Doctrine\DBAL\Platforms\MySql80Platform'
        #server_version: '80'
    types:
      numeric: Webonaute\DoctrineMysqlExtra\Doctrine\DBAL\Types\NumericType
      cron_expression: Webonaute\DoctrineMysqlExtra\Doctrine\DBAL\Types\CronExpressionType
  orm:
    entity_managers:
      default:
        dql:
          datetime_functions:
            now: Webonaute\DoctrineMysqlExtra\Doctrine\ORM\Query\Now
            utc_timestamp: Webonaute\DoctrineMysqlExtra\Doctrine\ORM\Query\UtcTimestamp

```

For symfony User, please declare the service to use in your services.yml.

```
services:
    Webonaute\DoctrineMysqlExtra\Doctrine\DBAL\Platforms\MySql57Platform: ~

```

License
-------

[](#license)

See [LICENSE](LICENSE).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~174 days

Recently: every ~208 days

Total

7

Last Release

1519d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21aade44b58316841ba31de66ba2f3734fad35679a05c6a9d6f7aa2a296163d1?d=identicon)[Webonaute](/maintainers/Webonaute)

---

Top Contributors

[![Webonaute](https://avatars.githubusercontent.com/u/1700815?v=4)](https://github.com/Webonaute "Webonaute (8 commits)")

---

Tags

symfonybundleextradatabasemysqldoctrinesymfony4

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webonaute-doctrine-mysql-extra/health.svg)

```
[![Health](https://phpackages.com/badges/webonaute-doctrine-mysql-extra/health.svg)](https://phpackages.com/packages/webonaute-doctrine-mysql-extra)
```

###  Alternatives

[fresh/doctrine-enum-bundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

4627.0M12](/packages/fresh-doctrine-enum-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[debesha/doctrine-hydration-profiler-bundle

Information about hydration of doctrine entities at the profiler

130602.4k1](/packages/debesha-doctrine-hydration-profiler-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

939.0k](/packages/ahmed-bhs-doctrine-doctor)[okapon/doctrine-set-type-bundle

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

12160.6k](/packages/okapon-doctrine-set-type-bundle)[prezent/doctrine-translatable-bundle

Integrate the doctrine-translatable extension in Symfony

14722.0k7](/packages/prezent-doctrine-translatable-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
