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
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-03 03:14:12 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