mysql-workbench-schema-exporter / doctrine1-exporter
MySQL Workbench Schema Exporter for Doctrine 1
v4.1.0
2024-09-25 03:53 UTC
Requires
- php: >=7.2
- mysql-workbench-schema-exporter/mysql-workbench-schema-exporter: ^4.1
README
README
This is an exporter to convert MySQL Workbench Models (*.mwb) to Doctrine 1 YAML Schema.
Prerequisites
- PHP 7.2+
- Composer to install the dependencies
Installation
composer require --dev mysql-workbench-schema-exporter/doctrine1-exporter
This will install the exporter and also require mysql-workbench-schema-exporter.
You then can invoke the CLI script using vendor/bin/mysql-workbench-schema-export
.
Configuration
Command Line Interface (CLI)
See documentation for mysql-workbench-schema-exporter