a php adapater
for http://yuml.me
Installation with composer
"require" : {
"digitalkaoz/yuml-php": "@stable",
"andrewsville/php-token-reflection": "dev-develop@dev"
},
"repositories" : [
{
"type" : "vcs",
"url" : "https://github.com/digitalkaoz/PHP-Token-Reflection"
}
],
You need to add my custom PHP-Token-Reflection Fork, since it has some unmerged but needed improvements!
wget http://digitalkaoz.github.io/yuml-php/yuml-php.phar
Usage:
classes [--console] [--debug] [--properties] [--methods] [--filter] folder
Arguments:
folder the folder to scan for classes
Options:
--console log to console
--debug debug
--properties build with properties
--methods build with methods
--filter to include/exclude files/folder
yuml-php classes src/
Usage:
activity [--console] [--debug] file
Arguments:
file the file to read
Options:
--console log to console
--debug debug
yuml-php activity activities.txt
Usage:
use-case [--console] [--debug] file
Arguments:
file the file to read
Options:
--console log to console
--debug debug
yuml-php use-case use-cases.txt
php vendor/bin/box build
php bin/vendors.php
phpunit
- more Features from http://yuml.me API