web-atrio / schema-export-bundle
Symfony3 schema exporter command (json and typeScript)
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- symfony/symfony: ~2.8|~3.0
This package is not auto-updated.
Last update: 2025-04-27 06:02:44 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.