Browse Source

Merge pull request #1283 from rainx/add-php-ast-viewer

Add PHP AST Viewer
pull/1227/merge
Alexander Kartavenko 1 year ago
parent
commit
bf792a3d84
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

388
 * [Code Climate](https://codeclimate.com) - An automated code review.
388
 * [Code Climate](https://codeclimate.com) - An automated code review.
389
 * [Editorconfig-Checker](https://github.com/editorconfig-checker/editorconfig-checker.php) - A command line utility which verifies that your files implement your `.editorconfig` rules.
389
 * [Editorconfig-Checker](https://github.com/editorconfig-checker/editorconfig-checker.php) - A command line utility which verifies that your files implement your `.editorconfig` rules.
390
 * [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool.
390
 * [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool.
391
+* [PHP AST Viewer](https://php-ast-viewer.com/) - A tool for viewing the Abstract Syntax Tree of PHP code.
391
 * [PHP Magic Number Detector](https://github.com/povils/phpmnd) - A library that detects magic numbers in code.
392
 * [PHP Magic Number Detector](https://github.com/povils/phpmnd) - A library that detects magic numbers in code.
392
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
393
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
393
 * [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
394
 * [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.

Loading…
Cancel
Save