![]() |
|
sfDoctrineGraphvizPlugin - 0.2.3Doctrine database schema visualisation. |
|
![]() |
40
users
Sign-in
to change your status |
Adds a doctrine task that output database MCD and MLD schema using graphviz. |
Adds a doctrine task that output database MCD and MLD schema using graphviz.
| Name | Status | |
|---|---|---|
|
|
lead | moc.r2ba <<ta>> divad |
|
|
developer | lp.moc.2b <<ta>> iksnyzdub.b |
|
|
developer | ed.oohay <<ta>> najed.cisaps |
|
|
developer | moc.liamg <<ta>> nicud.zsamot |
Copyright (c) 2009-2010 David PHAM-VAN, Dejan Spasic, Tomasz Ducin
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
| Version | License | API | Released |
|---|---|---|---|
| 0.2.3beta | MIT | 0.1.0beta | 24/06/2010 |
| 0.2.2beta | MIT | 0.1.0beta | 24/12/2009 |
| 0.2.0beta | MIT | 0.1.0beta | 22/12/2009 |
| Version | License | API | Released |
|---|---|---|---|
| 0.2.3beta | MIT | 0.1.0beta | 24/06/2010 |
| 0.2.2beta | MIT | 0.1.0beta | 24/12/2009 |
| 0.2.0beta | MIT | 0.1.0beta | 22/12/2009 |
| Version | License | API | Released |
|---|---|---|---|
| 0.1.4beta | MIT | 0.1.0beta | 24/06/2010 |
| 0.1.3beta | MIT | 0.1.0beta | 24/12/2009 |
| 0.1.2beta | MIT | 0.1.0beta | 22/12/2009 |
| 0.1.0beta | MIT | 0.1.0beta | 29/01/2009 |
Provides you with a task that output database MCD and MLD doctrine schema using the graphviz tool.
Install the plugin via the subversion repository by executing the following command from the project root directory (branch 1.4 of the plugin works for both 1.3 and 1.4 symfony versions):
$ svn co http://svn.symfony-project.com/plugins/sfDoctrineGraphvizPlugin/branches/1.4 plugins/sfDoctrineGraphvizPlugin
or by using the default symfony plugin install command:
$ ./symfony plugin:install sfDoctrineGraphvizPlugin
Simply type the following command:
$ ./symfony doctrine:graphviz
Files are created in two directories: doc/graph/mcd and doc/graph/mld. The former one stores following files:
while the latter one stores:
You can simply choose between many different images to choose the one that is the most readabe for you.
You must have GraphViz installed on your system.
