web-atrio/schema-export-bundle

Symfony3 schema exporter command (json and typeScript)

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/web-atrio/schema-export-bundle

0.3 2017-05-16 12:30 UTC

This package is not auto-updated.

Last update: 2025-10-26 08:22:14 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.