Download the PHP package digitalkaoz/yuml-php without Composer
On this page you can find all versions of the php package digitalkaoz/yuml-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download digitalkaoz/yuml-php
More information about digitalkaoz/yuml-php
Files in digitalkaoz/yuml-php
Download digitalkaoz/yuml-php
More information about digitalkaoz/yuml-php
Files in digitalkaoz/yuml-php
Vendor digitalkaoz
Package yuml-php
Short Description a PHP Adapter for http://yuml.me
License MIT
Homepage https://github.com/digitalkaoz/yuml-php
Package yuml-php
Short Description a PHP Adapter for http://yuml.me
License MIT
Homepage https://github.com/digitalkaoz/yuml-php
Please rate this library. Is it a good library?
Informations about the package yuml-php
YumlPhp
a php adapater
for http://yuml.me
Installation
Installation with composer
You need to add my custom PHP-Token-Reflection Fork, since it has some unmerged but needed improvements!
Installation with PHAR
wget http://digitalkaoz.github.io/yuml-php/yuml-php.phar
Usage
the classes
command generates a class diagram from all classes in the given folder
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
the activity
command generates an activity diagram from a given file
Usage:
activity [--console] [--debug] file
Arguments:
file the file to read
Options:
--console log to console
--debug debug
the use-case
command generates a use-case diagram from a given file
Usage:
use-case [--console] [--debug] file
Arguments:
file the file to read
Options:
--console log to console
--debug debug
Building the PHAR
php vendor/bin/box build
Tests
php bin/vendors.php
phpunit
TODO
- more Features from http://yuml.me API
All versions of yuml-php with dependencies
PHP Build Version
Package Version
Requires
ext-tokenizer Version
*
pimple/pimple Version @stable
symfony/console Version @stable
kriswallsmith/buzz Version @stable
andrewsville/php-token-reflection Version dev-develop@dev
pimple/pimple Version @stable
symfony/console Version @stable
kriswallsmith/buzz Version @stable
andrewsville/php-token-reflection Version dev-develop@dev
The package digitalkaoz/yuml-php contains the following files
Loading the files please wait ....