by Anis BEREJEB$ php php2yuml.php test
$ php php2yuml.php -f test -o diagram.png
$ php php2yuml.php -f test -o diagram.png -s 120
$ php php2yuml.php -f test -o diagram.png -d BT
$ pgp php2yuml.php -h Shows : php php2yuml.php -a-f [-o file] [-s size] [-d direction] -a, --autoload : Autoload directory -f, --from-directory : Source Directory -o, --output : Dump in an output File (a yuml image) -s, --size : A size, Default size :100; -d, --direction : The Direction (Orientation) of the diagram, One From the following : - LR (Left to Right) - TB (Top to Bottom) - RL (Right to Left) -h, --help : Displays the Help Message
git clone git://github.com/bachkoutou/php2yuml.git
This Code is released under the GNU LGPL
Please do not change the header of the file(s).
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
Anis BEREJEB (anis.berejeb@gmail.com)
(anis.berejeb@gmail.com)
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/bachkoutou/php2yuml