🚀PHPのソースコードからPlantUMLのクラス図を出力するツール php-class-diagram v0.3.0 をリリースしました
2023/02/23
PHPのソースコードからPlantUMLのクラス図を出力するツール php-class-diagram v0.3.0 をリリースしました。
https://packagist.org/packages/smeghead/php-class-diagram## v0.3.0 (2023-02-23)### Features* Fixed so that the external package of the package relationship diagram is displayed hierarchically.* Changed package notation in class diagram from square to default notation.### Bug fix* Method’s Parameter Dependencies added to arrows.* Removed duplicate dependency arrows in class diagrams.
主な修正としては、パッケージ関連図の外部パッケージも階層表示をすることで、外部パッケージの依存もわかりやすく可視化するようになりました。
バグ等あれば、GitHub Issuues で教えてください。
1件のピンバック
PlantUML – メモ