jawira/doctrine-diagram-bundle

📐 Symfony Bundle to generate database diagrams

v1.0.1 2025-05-12 21:25 UTC

README

📐 Symfony Bundle to generate database diagrams.

Latest Stable Version Total Downloads PHP Version Require License

Installation

composer config extra.symfony.allow-contrib true
composer require jawira/doctrine-diagram-bundle --dev

Usage

Run this command to generate an ER diagram:

bin/console doctrine:diagram:er

Then open er.svg located at the root of your project:

diagram

Documentation

https://jawira.github.io/doctrine-diagram-bundle/

Contributing

  • Please report any bug.
  • If you liked this project, ⭐ star it on GitHub.
  • Or follow me on 𝕏. 𝕏 Follow

License

This library is licensed under the MIT license.

Packages from jawira

jawira/plantuml GitHub stars
Provides PlantUML executable and plantuml.jar
more...