bartlett / umlwriter
Create UML class diagrams from your PHP source.
Installs: 8 354
Dependents: 2
Suggesters: 1
Security: 0
Stars: 52
Watchers: 6
Forks: 6
Open Issues: 1
Requires
- php: ^8.0
- composer-runtime-api: ^2.0
- bartlett/graph-plantuml-generator: ^1.2
- bartlett/graph-uml: ^1.2
- cweagans/composer-patches: ^1.7
- graphp/graph: 1.x-dev#0adb04d as 1.0.0
- graphp/graphviz: 1.x-dev#24b1994 as 1.0.0
- psr/container: ^1.0 || ^2.0
- roave/better-reflection: ^5.0 || ^6.0
- symfony/config: ^5.4 || ^6.0
- symfony/console: ^5.4 || ^6.0
- symfony/finder: ^5.4 || ^6.0
- symfony/options-resolver: ^5.4 || ^6.0
- symfony/yaml: ^5.4 || ^6.0
Requires (Dev)
- jawira/plantuml: ^1.28
This package is auto-updated.
Last update: 2023-05-11 09:52:30 UTC
README
Stable v2 | Stable v3 |
---|---|
UmlWriter is a library that adds the ability to generate UML class diagrams.
Documentation
GH Pages v2 | GH Pages v3 |
---|---|
All the documentation is available on following websites generated from the docs folder.
Usage
This library includes a console CLI version with only one command: diagram:class
bin/umlwriter diagram:class src/ --generator graphviz
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.