zerkalica / phpuml
Unofficial version of PHP_UML to be handled with Composer.
Installs: 550
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 3
Forks: 2
Open Issues: 0
pkg:composer/zerkalica/phpuml
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-19 07:31:29 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