Skip to content

The PHP AST Viewer is a tool for viewing the Abstract Syntax Tree of PHP code. By visualizing the structure, it helps developers gain a deeper understanding of the code, thus improving code quality and maintenance efficiency.

Notifications You must be signed in to change notification settings

kayw-geek/php-ast-viewer

 
 

Repository files navigation

The PHP AST Viewer is a tool for viewing the Abstract Syntax Tree of PHP code. By visualizing the structure, it helps developers gain a deeper understanding of the code, thus improving code quality and maintenance efficiency.

image

Getting Started

First, run commands by this sequence for development server:

composer install
pnpm install
pnpm dev

Open http://localhost:3000 with your browser to see the page.

or

pnpm all-in-one

After the development server is running, use the following command to copy the vendor folder to .next/server/

pnpm copy-vendor

About

The PHP AST Viewer is a tool for viewing the Abstract Syntax Tree of PHP code. By visualizing the structure, it helps developers gain a deeper understanding of the code, thus improving code quality and maintenance efficiency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.3%
  • CSS 9.4%
  • PHP 1.9%
  • JavaScript 0.4%