This package is abandoned and no longer maintained. No replacement package was suggested.

PHP UML Generator

v0.1 2013-02-13 21:29 UTC

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

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

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" ... } }

Contributing

Further information