-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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!
- phpstan/phpstan - PHP Static Analysis Tool - discover bugs in your code without running it!
- scrutinizer/php-analyzer - Performs advanced static analysis on PHP code
- QafooLabs/php-refactoring-browser - A command line refactoring tool for PHP
- Trismegiste/Mondrian - A static php code analysis tool using the Graph Theory
- emanuil/php-reaper - A static php code analysis tool to discover SQL Injections in code that's using ADOdb
- 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
- 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)
- rectorphp/rector - Instant refactoring and instant upgrades for PHP code, with Symfony, PHPUnit, CakePHP framework support out of the box
- webforge/webforge - A class reading and writing code generator as a fluent interface for the php parser
- beberlei/DoctrineCodeGenerator - A new replacement for code generation in doctrine
- Ocramius/CodeGenerationUtils - A set of code utilities to manipulate generated classes
- daviddeutsch/php-rapidgen - A fast PHP code generator from concise templates
- open-code-modeling/php-code-ast - PHP code generator with an easy to use high level API and reverse engineering support
- deweller/PHPCodeIntel - Intelligent code completion for PHP Projects
- cweagans/theforce - Intelligent code completion engine
- mkusher/padawan.php - Yet another intelligent code completion
- ircmaxell/PHPPHP - A PHP VM implementation in PHP
- schmittjoh/JMSTranslationBundle - Puts the Symfony2 Translation Component on steroids
- igorw/galapagos - Backporting syntactic features of PHP
- jeremeamia/super_closure - Wraps a PHP Closure to make it Serializable in Sublime Text 2 and 3
- tomzx/php-semver-checker - Determine semantic versioning based on two source tree
- classpreloader/classpreloader - Optimizes class loading performance by generating a single PHP file containing all of the autoloaded files
- pk-fr/yakpro-po - YAK Pro - Php Obfuscator
- pk-fr/yakpro-mtm - YAK Pro - mysql to mysqli converter