5 ms·
It's certainly used on its own codebase indirectly, phpstan - the static analysis tool they use - uses PHP-Parser internally: https://github.com/phpstan/phpstan
by anner_ 2y ago
It's certainly used on its own codebase indirectly, phpstan - the static analysis tool they use - uses PHP-Parser internally:
https://github.com/phpstan/phpstan-src/blob/4f7beffdf4c30c49d7ece03f7131f0cb0518d4ab/composer.json#L25 https://github.com/phpstan/phpstan-src/blob/4f7beffdf4c30c49...