https://github.com/jawira/doctrine-diagram-bundle
📐 Symfony Bundle to generate database diagrams
https://github.com/jawira/doctrine-diagram-bundle
database diagram doctrine php symfony-bundle
Last synced: 7 months ago
JSON representation
📐 Symfony Bundle to generate database diagrams
- Host: GitHub
- URL: https://github.com/jawira/doctrine-diagram-bundle
- Owner: jawira
- License: mit
- Created: 2021-09-21T13:06:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T12:59:55.000Z (7 months ago)
- Last Synced: 2025-03-28T15:09:47.935Z (7 months ago)
- Topics: database, diagram, doctrine, php, symfony-bundle
- Language: PHP
- Homepage:
- Size: 725 KB
- Stars: 62
- Watchers: 6
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Doctrine Diagram Bundle
**📐 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.[](https://packagist.org/packages/jawira/doctrine-diagram-bundle)
[](https://packagist.org/packages/jawira/doctrine-diagram-bundle)
[](https://packagist.org/packages/jawira/doctrine-diagram-bundle)
[](https://packagist.org/packages/jawira/doctrine-diagram-bundle)## Installation
```bash
composer config extra.symfony.allow-contrib true
composer require jawira/doctrine-diagram-bundle --dev
```## Usage
Run this command to generate a _ER_ diagram:
```console
bin/console doctrine:diagram
```Then open `database.svg` located at the root of your project:

## Documentation
## Contributing
If you liked this project,
⭐ [star it on GitHub](https://github.com/jawira/doctrine-diagram-bundle).## License
This library is licensed under the [MIT license](LICENSE.md).
***
## Packages from jawira
-
jawira/plantuml
- Provides PlantUML executable and plantuml.jar
- more...