2017 © Pedro Peláez
 

library doctrinerelationvisualizer-bundle

Visualize the entity relation of doctrine entities

image

tbn/doctrinerelationvisualizer-bundle

Visualize the entity relation of doctrine entities

  • Tuesday, June 26, 2018
  • by thomasbeaujean
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,450 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 6 % Grown

The README.md

DoctrineRelationVisualizerBundle

This bundle allows to visualize the relation between doctrine entities., (*1)

The diagram is always in sync with the application entities., (*2)

Installation

composer require --dev "tbn/doctrinerelationvisualizer-bundle"

Publish assets, (*3)

php app/console assets:install

Enable the bundle in the AppKernel for the dev environment

Add the bundle to config/bundles.php, (*4)

return [
    ...
    tbn\DoctrineRelationVisualizerBundle\DoctrineRelationVisualizerBundle::class => ['dev' => true],
    ...
];

Add routing

Add the file config/routes/dev/visualizer.yaml, (*5)

tbn_doctrine_relation_visualizer:
    resource: "@DoctrineRelationVisualizerBundle/Resources/config/routing.yml"

Customize bundle (optionnal)

Add the file config/packages/dev/doctrine_relation_visualizer.yaml, (*6)

doctrine_relation_visualizer:
    position_filepath: '%kernel.project_dir%/config'
    display_columns: true
    area_width: 4000
    area_height: 3000

Usage

Go to the url:, (*7)

http://your_app/_visualizer

Sort your entities to have a correct diagram, (*8)

The Versions

26/06 2018

dev-master

9999999-dev

Visualize the entity relation of doctrine entities

  Sources   Download

The Requires

 

The Development Requires

26/06 2018

v1.0.6

1.0.6.0

Visualize the entity relation of doctrine entities

  Sources   Download

The Requires

 

The Development Requires

26/06 2018

v1.0.5

1.0.5.0

Visualize the entity relation of doctrine entities

  Sources   Download

The Requires

 

The Development Requires

26/06 2018

v1.0.4

1.0.4.0

Visualize the entity relation of doctrine entities

  Sources   Download

The Requires

 

The Development Requires

11/07 2016

v1.0.3

1.0.3.0

Visualize the entity relation of doctrine entities

  Sources   Download

The Requires

 

The Development Requires

19/08 2015

v1.0.2

1.0.2.0

Visualize the entity relation of doctrine entities

  Sources   Download

The Requires

 

The Development Requires

06/08 2015

v1.0.1

1.0.1.0

Visualize the entity relation of doctrine entities

  Sources   Download

The Requires

 

The Development Requires

05/08 2015

v1.0.0

1.0.0.0

Visualize the entity relation of doctrine entities

  Sources   Download

The Requires

 

The Development Requires