This is an exporter to convert MySQL Workbench Models (*.mwb) to Zend Framework 1 DbTable and RestController Schema.
- PHP 7.2+
- Composer to install the dependencies
composer require --dev mysql-workbench-schema-exporter/zend1-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
.
See documentation for mysql-workbench-schema-exporter