bartlett / umlwriter
Create UML class diagrams from your PHP source.
Installs: 10 275
Dependents: 2
Suggesters: 1
Security: 0
Stars: 57
Watchers: 7
Forks: 6
Open Issues: 0
Requires
- php: ^8.2
- composer-runtime-api: ^2.0
- bartlett/graph-plantuml-generator: ^1.5
- bartlett/graph-uml: ^1.5
- cweagans/composer-patches: ^1.7
- graphp/graph: 1.x-dev#0adb04d as 1.0.0
- graphp/graphviz: 1.x-dev#686f747 as 1.0.0
- psr/container: ^2.0
- roave/better-reflection: ^6.0
- symfony/config: ^6.4 || ^7.0
- symfony/console: ^6.4 || ^7.0
- symfony/finder: ^6.4 || ^7.0
- symfony/options-resolver: ^6.4 || ^7.0
- symfony/yaml: ^6.4 || ^7.0
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.8
- jawira/plantuml: ^1.2023
This package is auto-updated.
Last update: 2024-11-07 15:41:16 UTC
README
UmlWriter
UmlWriter is a library that adds the ability to generate UML class diagrams.
Documentation
All the documentation is available on website, generated from the docs folder.
Usage
This library includes a console CLI version with only one command: diagram:class
bin/umlwriter diagram:class src/
NOTE use verbose level 1 or 2 for more details.
Contributors
- Laurent Laville (Lead Developer)
Credits
bartlett/graph-uml is a refactored version (with more features) of clue/graph-uml project, licensed under MIT.