Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>php-class-diagramNew to Visual Studio Code? Get it now.
php-class-diagram

php-class-diagram

smeghead7

|
180 installs
| (0) | Free
Create PHP Class Diagram.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

php-class-diagram README

Features

This VSCode extension allows you to generate and view class diagram scripts using php-class-diagram directly from the file explorer's folder context menu.

With this extension, you can:

  • Execute the php-class-diagram CLI command from the context menu of a folder.

  • Open the generated PlantUML class diagram script in VSCode.

  • Use the PlantUML extension to visualize the class diagram.

Context Menu

Preview

Requirements

Before using this extension, ensure the following requirements are met:

  • PHP 8 or later must be installed and available in your system.

  • php-class-diagram must be installed in the project folder via Composer:

composer require --dev smeghead/php-class-diagram

Extension Settings

  • php-class-diagram.executablePath: Specify the path to the php-class-diagram executable.

Known Issues

There is no known issues.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft