2017 © Pedro Peláez
 

library phpuml

Unofficial version of PHP_UML to be handled with Composer.

image

zerkalica/phpuml

Unofficial version of PHP_UML to be handled with Composer.

  • Tuesday, October 30, 2012
  • by zerkalica
  • Repository
  • 3 Watchers
  • 8 Stars
  • 419 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

PHP_UML bundle

That's another way to install PHP_UML without the PEAR, (*1)

Git

Just clone and run, (*2)

./bin/phpuml

Composer

Add "zerkalica/phpuml" package to your composer.json file, (*3)

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

After install/update vendors with Composer, you can simply run, (*4)

php vendor/zerkalica/phpuml/bin/phpuml

The Versions

30/10 2012

dev-master

9999999-dev

Unofficial version of PHP_UML to be handled with Composer.

  Sources   Download

The Requires

  • php >=5.3.0