jawira / doctrine-diagram-bundle
📐 Symfony Bundle to generate database diagrams
Installs: 28 596
Dependents: 0
Suggesters: 0
Security: 0
Stars: 58
Watchers: 7
Forks: 4
Open Issues: 3
Type:symfony-bundle
Requires
- php: ^8.0
- doctrine/doctrine-bundle: ^2.5
- doctrine/orm: ^2.9 || ^3.0
- jawira/db-draw: ^1.6
- jawira/plantuml-client: ^1.0
- symfony/console: ^6.0 || ^7.0
- symfony/filesystem: ^6.0 || ^7.0
- symfony/framework-bundle: ^6.0 || ^7.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.31
- friendsofphp/php-cs-fixer: ^3.46
- jawira/plantuml: ^1.2023
- jawira/skeleton: ^2.22
- phpstan/extension-installer: ^1.3.1
- phpstan/phpstan: ^1.10.55
- phpstan/phpstan-symfony: ^1.3.7
Suggests
- jawira/plantuml: Install PlantUML executable with Composer.
README
📐 Symfony Bundle to generate database diagrams.
Important
This project is still a work in progress, so you should expect BC breaks in
future releases.
Please report any bug.
Usage
Run this command to generate a ER diagram:
bin/console doctrine:diagram
Then open database.svg
located at the root of your project:
Documentation
https://jawira.github.io/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/plantuml
- Provides PlantUML executable and plantuml.jar
- more...