Skip to content

jonatlib/doctrine-extra-bundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoctrineExtraBundle

Graph tool for Doctrine. Relies on Graphviz.

Resources/demo.png

Usage

Dump entity manager schema as graph

$ php app/console doctrine:mapping:graphviz
digraph G { ... }  # outputs a dot graph

If you want to create a PDF file out of it, with Linux:

$ php app/console doctrine:mapping:graphviz | dot -Tpdf -oout.pdf
$ xdg-open out.pdf

About

Graph features for Doctrine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%