Is it possible to generate UML, and maybe more documentation, from a Symfony 1 project?
Asked
Active
Viewed 1,823 times
3 Answers
0
Documentation can be generated using PHPDocumentor, for example. About UML, please, see this: PHP UML Generator

Community
- 1
- 1

Vladislav Rastrusny
- 29,378
- 23
- 95
- 156
-
Anything specific to Symfony? – VinnyX May 02 '11 at 16:56
0
ORM Designer was of great help to me to visualize my Doctrine schema. Though not so qute as MYSQL Workbench, but it was able to parse the schema and visualise relations correctly.
Designed for windows, but works good under wine on Linux.
0
This can help you convert a Symfony schema to an UML: http://xpt.sourceforge.net/techdocs/language/php/symfony/sf14-Database/ar01s05.html

Klaus S.
- 1,239
- 10
- 18