composer.json.| Package | Status | |
|---|---|---|
| tysonandre/phantypocheck | A plugin for Phan that checks for typos (using codespell's dictionary). | |
| tysonandre/php-parser-to-php-ast | A pure PHP substitute for nikic/php-ast, using nikic/php-parser. Can also be used to generate php-ast trees, even for files with some types of syntax errors. | |
| tysonandre/tolerant-php-parser-to-php-ast | A pure PHP substitute for nikic/php-ast, using Microsoft/tolerant-php-parser. Can also be used to generate php-ast trees, even for files with some types of syntax errors. | |
| tysonandre/var_representation_polyfill | Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export |