zerkalica/phpuml

There is no license information available for the latest version (dev-master) of this package.

Unofficial version of PHP_UML to be handled with Composer.

dev-master 2012-10-30 19:36 UTC

This package is not auto-updated.

Last update: 2024-04-21 00:43:05 UTC


README

That's another way to install PHP_UML without the PEAR

Git

Just clone and run

./bin/phpuml

Composer

Add "zerkalica/phpuml" package to your composer.json file

{
    "require": {
        "php":          ">=5.3.2",
        "zerkalica/phpuml": ">=1.0"
    }
}

After install/update vendors with Composer, you can simply run

php vendor/zerkalica/phpuml/bin/phpuml