[PEAR] [ANNOUNCEMENT] PHP_UML-1.5.1 (stable) Released.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The new PEAR package PHP_UML-1.5.1 (stable) has been released at http://pear.php.net/.

Release notes
-------------
* Bug fix release about anonymous functions / closures
* Fixed a bug in package.xml

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.1
    Download: http://download.pear.php.net/package/PHP_UML-1.5.1.tgz

Authors
-------
Baptiste Autin (lead)


-- 
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Users]     [PHP on Windows]     [PHP Install]     [PHP Classes]     [Postgresql PHP]     [PHP Books]     [PHP for Windows]     [PHP Databases]     [PHP SOAP]     [Postgresql]     [Apache Users]     [PHP Home]

  Powered by Linux