https://github.com/makeey/php-puml
Generate class diagrams for your code
https://github.com/makeey/php-puml
php plantuml puml uml
Last synced: 3 months ago
JSON representation
Generate class diagrams for your code
- Host: GitHub
- URL: https://github.com/makeey/php-puml
- Owner: makeey
- License: mit
- Created: 2020-02-11T21:14:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T13:15:11.000Z (over 5 years ago)
- Last Synced: 2025-12-14T13:09:34.299Z (7 months ago)
- Topics: php, plantuml, puml, uml
- Language: PHP
- Homepage:
- Size: 127 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP-UML
[](https://circleci.com/gh/makeey/php-puml/tree/master)
[](https://coveralls.io/github/makeey/php-puml?branch=master)
[](https://opensource.org/licenses/MIT)
### Generate class diagrams for your code
Generate class diagrams for your code in plant UML format.
### Features
* Generation class diagrams for folders
* Uses namespaces for separate classes in diagrams
* Don't require an autoload file
* Use PlantUML format for diagrams
### Installation
`composer global require makeey/php-puml`
### Usage
`php bin/app generate path_to_folder output_path/file.puml `