Name: | php-bartlett-umlwriter |
---|---|
Version: | 1.1.0 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 48103 |
License: | BSD |
RPM: | php-bartlett-umlwriter-1.1.0-1.el7.noarch.rpm |
Source RPM: | php-bartlett-umlwriter-1.1.0-1.el7.src.rpm |
Build Date: | Mon Dec 11 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://php5.laurent-laville.org/umlwriter/ |
Summary: | Create UML class diagrams from your PHP source |
Description: | This tool wil generate UML class diagrams with all class, interface and trait definitions in your PHP project. * reverse-engine interchangeable (currently support Bartlett\Reflect and Andrewsville\TokenReflection) * UML syntax processor interchangeable (currently support Graphviz and PlantUML) * generates a class and its direct dependencies * generates a namespace with all objects * generates a full package with all namespaces and objects |
- update to 1.1.0 - raise dependency on php >= 5.4.0 - allow php-reflect 4
- update to 1.0.1
- fix autoloader
- standard build (no bootstrap)
- update to 1.0.0
- git snapshot, post 1.0.0RC2 - cleanup EL-5 stuff
- update to 1.0.0RC2 - add umlwrite command - add dependencies on symfony/console, symfony/class-loader, bartlett/php-reflect, sebastian/version and andrewsville/php-token-reflection - run test suite during build, but ignore results for now - open https://github.com/llaville/umlwriter/issues/1 test suite issue - open https://github.com/llaville/umlwriter/issues/2 runtime issue
- Initial RPM package, version 1.0.0RC1