Prev: how to determine the mime type of a general blob?
Next: [ANNOUNCEMENT] Mail_Mime-1.6.2 (stable) Released.
From: "PEAR Announce" on 19 Mar 2010 18:26 The new PEAR package PHP_UML-1.5.2 (stable) has been released at http://pear.php.net/. Release notes ------------- * Bug fix release that prevents crashes when parsing incorrect PHP class names Package Info ------------ 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). PHP_UML: - Can generate UML/XMI files in version 1.4, or in version 2.1 (logical, component, and deployment views) - Can generate an API documentation in HTML format - Can generate PHP code (code skeleton) from a given XMI file - Can convert UML/XMI content from version 1.4 to version 2.1 PHP_UML: - Parses object-oriented PHP code, in all versions (classes, interfaces, functions, properties...) - From version 1.5, PHP_UML can also parse procedural code (functions and constants). See the "htmlnew" exportation format - Interprets the PHP namespacing instructions (namespace and use) - Parses comment docblocks: class (@package), function (@param, @return), property (@var) and header file comments (@package) - Detects types (by parsing the type hints, and by analyzing the default values) Related Links ------------- Package home: http://pear.php.net/package/PHP_UML Changelog: http://pear.php.net/package/PHP_UML/download/1.5.2 Download: http://download.pear.php.net/package/PHP_UML-1.5.2.tgz Authors ------- Baptiste Autin (lead) |