Download the PHP package mysql-workbench-schema-exporter/propel-exporter without Composer
On this page you can find all versions of the php package mysql-workbench-schema-exporter/propel-exporter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mysql-workbench-schema-exporter/propel-exporter
More information about mysql-workbench-schema-exporter/propel-exporter
Files in mysql-workbench-schema-exporter/propel-exporter
Package propel-exporter
Short Description MySQL Workbench Schema Exporter for Propel 1
License MIT
Homepage https://github.com/mysql-workbench-schema-exporter/propel-exporter
Informations about the package propel-exporter
README
This is an exporter to convert MySQL Workbench Models (*.mwb) to Propel 1 YAML and XML Schema.
Prerequisites
- PHP 7.2+
- Composer to install the dependencies
Installation
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
- Propel 1.0 XML Schema
- Propel 1.0 YAML Schema
Model Comment Behavior
-
{propel:allowPkInsert}true{/propel:allowPkInsert}
(applied to Table)Allow primary key value insertion if its an auto increment column.
-
{propel:propel_behaviors}behavior{/propel:propel_behaviors}
(applied to Table)Propel behaviors definition, written in YAML format.
Example usage:
{propel:propel_behaviors} timestampable: {/propel:propel_behaviors}
-
{propel:behaviors}behavior{/propel:behaviors}
(applied to Table)Custom behaviors definition, written in YAML format.
Command Line Interface (CLI)
See documentation for mysql-workbench-schema-exporter
Links
All versions of propel-exporter with dependencies
symfony/yaml Version ^3.0
mysql-workbench-schema-exporter/mysql-workbench-schema-exporter Version ^4.1
ntlab/php-obj Version ^1.0