PHPackages                             turnaev/mysql-workbench-schema-exporter-symfony2-bundle - 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. turnaev/mysql-workbench-schema-exporter-symfony2-bundle

Abandoned → [turnaev/mysql-workbench-schema-exporter-symfony2-bundle](/?search=turnaev%2Fmysql-workbench-schema-exporter-symfony2-bundle)Cli[Database &amp; ORM](/categories/database)

turnaev/mysql-workbench-schema-exporter-symfony2-bundle
=======================================================

MySQL Workbench Schema Exporter bundle for Symfony 2.2+

v1.1.4(11y ago)57055MITPHPPHP &gt;=5.3.3

Since May 31Pushed 10y ago4 watchersCompare

[ Source](https://github.com/turnaev/mysql-workbench-schema-exporter-symfony2-bundle)[ Packagist](https://packagist.org/packages/turnaev/mysql-workbench-schema-exporter-symfony2-bundle)[ Docs](https://github.com/turnaev/mysql-workbench-schema-exporter-symfony2-bundle)[ RSS](/packages/turnaev-mysql-workbench-schema-exporter-symfony2-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (16)Used By (0)

forked from Easen/mysql-workbench-schema-exporter-bundle

README
======

[](#readme)

Setup
-----

[](#setup)

Workbench files should be saved in the Resources/workbench/\*.mwb directory inner the bundle that is in the configuration. This is configurable per schema.

Configuration
=============

[](#configuration)

Single schema
-------------

[](#single-schema)

`schema_name` here refers to name of the Workbench file

```
mysql_workbench_schema_exporter:
    schema:
        schema_name:
            bundle: YourBundle

```

Multiple schemas
----------------

[](#multiple-schemas)

`schema_name` here refers to name of the Workbench file

```
mysql_workbench_schema_exporter:
    schema:
        schema1_name:
            bundle: YourBundle
        schema2_name:
            bundle: YourBundle
        schema3_name:
            bundle: YourBundle
            params:
                repositoryNamespace: "Acme\\SomeBundle\\Entity\\Repository"
                backupExistingFile: true,
                skipPluralNameChecking: false,
                enhanceManyToManyDetection: true,
                bundleNamespace: "",
                entityNamespace: "",
                repositoryNamespace: "",
                useAnnotationPrefix: "ORM\\",
                useAutomaticRepository: true,
                indentation: 4,
                filename: "%entity%.%extension%",
                quoteIdentifier: false
                skipColumnWithManyRelation: false
                relatedVarNameFormat: "%related%"
                relatedPrefix: ""

```

Sample

```
mysql_workbench_schema_exporter:
    schema:
       vending:
         bundle: SandboxGeneratedBundle
         params:
             indentation: 4
             useTabs: false
             skipPluralNameChecking: false
             backupExistingFile: false
             enhanceManyToManyDetection: true
             logToConsole: ~
             logFile: ~
             useAnnotationPrefix: "ORM\\"
             repositoryNamespace: "Sandbox\\GeneratedBundle\\Entity\\Repository"
             useAutomaticRepository: true
             entityNamespace: "Entity\\Model"
             skipGetterAndSetter: false
             quoteIdentifier: false
             baseNamespace: "VN"
             generateEntitySerialization: false
             generateEntityToArray: true
             bundleNamespaceTo: 'VN\\CoreBundle'

```

Execution
=========

[](#execution)

To process the files execute the command in the terminal:

```
app/console mysqlworkbenchschemaexporter:dump
app/console mysqlworkbenchschemaexporter:withRepository

```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 69.5% 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 ~48 days

Total

15

Last Release

4094d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/246b698cc0fe2b0b6bd3cd64193c4b9863b72b135d4608af0ab6771ca45ac5df?d=identicon)[turanev.vladimir](/maintainers/turanev.vladimir)

---

Top Contributors

[![turnaev](https://avatars.githubusercontent.com/u/88319?v=4)](https://github.com/turnaev "turnaev (41 commits)")[![Easen](https://avatars.githubusercontent.com/u/111948?v=4)](https://github.com/Easen "Easen (12 commits)")[![jkober](https://avatars.githubusercontent.com/u/4665934?v=4)](https://github.com/jkober "jkober (5 commits)")[![edpittol](https://avatars.githubusercontent.com/u/352790?v=4)](https://github.com/edpittol "edpittol (1 commits)")

---

Tags

clidatabasemysqldoctrineworkbench

### Embed Badge

![Health badge](/badges/turnaev-mysql-workbench-schema-exporter-symfony2-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/turnaev-mysql-workbench-schema-exporter-symfony2-bundle/health.svg)](https://phpackages.com/packages/turnaev-mysql-workbench-schema-exporter-symfony2-bundle)
```

###  Alternatives

[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)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58825.2M48](/packages/scienta-doctrine-json-functions)[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)[mysql-workbench-schema-exporter/doctrine2-exporter

MySQL Workbench Schema Exporter for Doctrine 2

25147.6k2](/packages/mysql-workbench-schema-exporter-doctrine2-exporter)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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