An open API service indexing awesome lists of open source software.

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

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.

[![Latest Stable Version](http://poser.pugx.org/jawira/doctrine-diagram-bundle/v)](https://packagist.org/packages/jawira/doctrine-diagram-bundle)
[![Total Downloads](http://poser.pugx.org/jawira/doctrine-diagram-bundle/downloads)](https://packagist.org/packages/jawira/doctrine-diagram-bundle)
[![PHP Version Require](http://poser.pugx.org/jawira/doctrine-diagram-bundle/require/php)](https://packagist.org/packages/jawira/doctrine-diagram-bundle)
[![License](http://poser.pugx.org/jawira/doctrine-diagram-bundle/license)](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:

![diagram](docs/images/midi.png)

## 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
GitHub stars


Provides PlantUML executable and plantuml.jar

more...