jawira / doctrine-diagram-bundle
📐 Symfony Bundle to generate database diagrams
Installs: 3 105
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 5
Forks: 5
Open Issues: 3
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- doctrine/orm: ^2.9
- doctrine/persistence: ^2.2 || ^3.0
- jawira/db-draw: ^1.2
- jawira/plantuml-client: ^1.0
- symfony/console: ^5.0 || ^6.0
- symfony/filesystem: ^5.0 || ^6.0
- symfony/framework-bundle: ^5.0 || ^6.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.15
- jawira/skeleton: ^2.6
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.8
- phpstan/phpstan-symfony: ^1.2
README
📐 Symfony Bundle to generate database diagrams.
This project is still a work in progress. Please report any bug: https://github.com/jawira/doctrine-diagram-bundle/issues
Usage
Run this command to generate a database diagram at the root of your project:
bin/console jawira:doctrine:diagram
How to install
composer require jawira/doctrine-diagram-bundle
Contributing
If you liked this project, ⭐ star it on GitHub.
License
This library is licensed under the MIT license.
Packages from jawira
-
jawira/mysql-draw
- Standalone tool to generate MySQL database diagrams.
-
jawira/db-draw
- Library to generate database diagrams.
-
jawira/plantuml
- Provides PlantUML executable and plantuml.jar
- more...