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

ActiveCli

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

MySQL Workbench Schema Exporter bundle for Symfony 2.2+

33307PHP

Since Oct 14Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Easen/mysql-workbench-schema-exporter-bundle)[ Packagist](https://packagist.org/packages/mysql-workbench-schema-exporter/symfony2-bundle)[ RSS](/packages/mysql-workbench-schema-exporter-symfony2-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

```

Execution
=========

[](#execution)

To process the files execute the command in the terminal:

```
app/console mysqlworkbenchschemaexporter:dump

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e5c40e383c0d88d5a943722c7ade6a12004f9be8f6537c8713a540c80d8cc53?d=identicon)[Easen](/maintainers/Easen)

---

Top Contributors

[![Easen](https://avatars.githubusercontent.com/u/111948?v=4)](https://github.com/Easen "Easen (15 commits)")[![edpittol](https://avatars.githubusercontent.com/u/352790?v=4)](https://github.com/edpittol "edpittol (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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