2017 © Pedro Peláez
 

symfony-bundle doctrineviz

Render a graphical representation of a Doctrine2 mapped database

image

janalis/doctrineviz

Render a graphical representation of a Doctrine2 mapped database

  • Thursday, November 30, 2017
  • by phcorp
  • Repository
  • 2 Watchers
  • 4 Stars
  • 51 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 16 Versions
  • 31 % Grown

The README.md

doctrineviz

Build Status Coverage Status SensioLabs Insight Scrutinizer Code Quality Style CI, (*1)

Render a graphical representation of a Doctrine2 mapped database., (*2)

Example

Example, (*3)

Installation

Require package through composer:, (*4)

$ composer require --dev janalis/doctrineviz

Then, enable the bundle by adding the following line in the app/AppKernel.php file of your project:, (*5)

// app/AppKernel.php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        //...
        if (in_array($this->getEnvironment(), ['dev', 'test'])) {
            // ...
            // Because the vendor code could be not present, you should check if the bundle is here before using it.
            new Janalis\Doctrineviz\DoctrinevizBundle(),
        }


        // ...
    }

    // ...
}

In order to be able to use the graph drawing feature you'll have to install GraphViz (dot executable)., (*6)

Mac OS

$ brew install graphviz

Ubuntu

$ sudo apt install -y graphviz

Windows

Windows users may download GraphViZ for Windows., (*7)

Usage

Into your symfony project:, (*8)

$ php app/console doctrine:generate:viz --help

Credits

The Versions

30/11 2017

dev-master

9999999-dev

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.1

 

The Development Requires

by Pierre Hennequart

30/11 2017

v0.3.1

0.3.1.0

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.1

 

The Development Requires

by Pierre Hennequart

30/11 2017

v0.3.0

0.3.0.0

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.1

 

The Development Requires

by Pierre Hennequart

24/08 2017

dev-develop

dev-develop

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.1

 

The Development Requires

by Pierre Hennequart

24/08 2017

dev-scrutinizer-patch-1

dev-scrutinizer-patch-1

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.1

 

The Development Requires

by Pierre Hennequart

24/08 2017

dev-analysis-8AQE0K

dev-analysis-8AQE0K

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.1

 

The Development Requires

by Pierre Hennequart

31/03 2017

v0.2.0

0.2.0.0

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.6

 

The Development Requires

by Pierre Hennequart

20/03 2017

v0.1.2

0.1.2.0

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.6

 

The Development Requires

by Pierre Hennequart

20/03 2017

v0.1.1

0.1.1.0

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.6

 

The Development Requires

by Pierre Hennequart

20/03 2017

v0.1.0

0.1.0.0

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.6

 

The Development Requires

by Pierre Hennequart

27/01 2017

v0.0.6

0.0.6.0

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.6

 

The Development Requires

by Pierre Hennequart

27/01 2017

v0.0.5

0.0.5.0

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.6

 

The Development Requires

by Pierre Hennequart

25/01 2017

v0.0.4

0.0.4.0

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

 

by Pierre Hennequart

24/01 2017

v0.0.3

0.0.3.0

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

 

by Pierre Hennequart

23/01 2017

v0.0.2

0.0.2.0

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

 

by Pierre Hennequart

21/01 2017

v0.0.1

0.0.1.0

Render a graphical representation of a Doctrine2 mapped database

  Sources   Download

BSD-3-Clause

The Requires

 

by Pierre Hennequart