SkillAgentSearch skills...

Phuml

:whale: Generate UML from PHP via phUML

Install / Use

/learn @dockette/Phuml
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

phUML

phUML is fully automatic UML diagram generator. It takes arbitrary object oriented code written in php5 and creates fully blown class diagrams of it.


Docker Stars Docker Pulls

Discussion / Help

Join the chat

Usage

Docker Stars Docker Pulls

docker run dockette/phuml

You should see:

phUML Version 0.2 (Jakob Westhoff <jakob@php.net>)
Usage: phuml [-h|-l] [OPTIONS] <DIRECTORY> <PROCESSOR> [PROCESSOR OPTIONS] ... <OUTFILE>

Commands:
    -h      Display this help text
    -l      List all available processors

Options:
    -r      Scan given directorie recursively

Example:
    phuml -r ./ -graphviz -createAssociations false -neato out.png

    This example will scan the current directory recursively for php files.
    Send them to the "dot" processor which will process them with the option
    "createAssociations" set to false. After that it will be send to the neato
    processor and saved to the file out.png

Tips

  • http://dasunhegoda.com/class-diagram-from-php-code-using-phuml/867/

Maintenance

See how to contribute to this package. Consider to support f3l1x. Thank you for using this package.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1mo ago
Forks1

Languages

Dockerfile

Security Score

90/100

Audited on Feb 21, 2026

No findings