2017 © Pedro Peláez
 

library puml

PHP UML Generator

image

dannyvdsluijs/puml

PHP UML Generator

  • Wednesday, February 13, 2013
  • by danny.vandersluijs
  • Repository
  • 1 Watchers
  • 5 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Puml: an PHP UML generator Build Status

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., (*1)

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

The Versions

13/02 2013