web-atrio/schema-export-bundle

Symfony3 schema exporter command (json and typeScript)

0.3 2017-05-16 12:30 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:22:49 UTC


README

Symfony3 schema exporter command (json and typeScript)

Installation

This bundle is compatible with Symfony 2.8/3.0 or higher.

Using Composer

Symfony >= 2.8

composer require web-atrio/schema-export-bundle

Register the command in your AppKernel.php:

new WebAtrio\Bundle\SchemaExportBundle\SchemaExportBundle(),

Usage

TypeScript export

php bin/console web-atrio:schema:generate:ts {your generate path}

Json export

php bin/console web-atrio:schema:generate:json {your generate path}

Author

Steve Ferrero

Licence

SchemaExportBundle is licensed under the MIT License.