Skip to content

Projects using the PHP Parser

Sandro Keil edited this page Feb 17, 2021 · 25 revisions

This is a list of projects using the PHP Parser. If you need more sample code than what the documentation provides, this should be a good place to start.

Feel free to add your own project to this list!

Static Code Analysis

Reflection

  • Better Reflection - A Reflection API that aims to improve and provide more features than PHP's built-in reflection API
  • goaop/parser-reflection - Provides PHP native Reflection API by analyzing only Abstract Syntax Tree (AST) for the source files.
  • phpDocumentor2 via phpDocumentor/Reflection - Reflection library to do Static Analysis for PHP Projects

Documentation Tools

  • ApiGen - PHP 7.1 ready Smart and Simple Documentation for your PHP project
  • fabpot/Sami - An API documentation generator
  • theseer/phpdox - Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)

Automated Upgrading

  • rectorphp/rector - Instant refactoring and instant upgrades for PHP code, with Symfony, PHPUnit, CakePHP framework support out of the box

Code Generation

Code Completion

Other