dannyvdsluijs / puml
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHP UML Generator
v0.1
2013-02-13 21:29 UTC
Requires
- php: >=5.3.2
- phpdocumentor/graphviz: dev-master
- symfony/console: 2.1.*
- symfony/finder: 2.1.*
- symfony/process: 2.1.*
Requires (Dev)
- phpunit/phpunit: 3.7.*@stable
This package is auto-updated.
Last update: 2022-04-06 03:28:44 UTC
README
Puml is an PHP UML generator, which aids in reverse enginering and in a refactoring process. It allows you to generate the UML scheme for an object. Given that you take care of the autoloader.
Features
- Multiple outputs (PNG, DOT)
- Inheritance support
Author
- Danny van der Sluijs (Creator, Developer)
License
Todo
- Add support for additional outputs
Requirements
- Most of the dependencies are handled by composer. There are some requirements not handled by composer.
- dot - graphviz version. You can check this with
dot -V
- dot - graphviz version. You can check this with
Installing
- This package is available on packagist.org, and can be installed by adding the following to you composer.json `` { ... "require": { ... "dannyvdsluijs/puml": "dev-master" ... } }