blob: 614e706eb2bda5d3b07d7f5fb6cc4cccfb348d5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
PHP_UML is a PHP parser, an XMI generator and a documentation tool.
Practically, with PHP_UML, you will be able to feed a UML CASE tool, like
Rational Rose or Argouml, with a UML representation of existing PHP source code.
This way, you get an instant overview of a PHP application, with all the usual
functions of a software design tool (such as class diagrams exportation,
refactoring of object-oriented applications, or automatic code generation).
WWW: https://pear.php.net/package/PHP_UML
|