Download the PHP package phpstan/phpstan-php-parser without Composer
On this page you can find all versions of the php package phpstan/phpstan-php-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phpstan/phpstan-php-parser
More information about phpstan/phpstan-php-parser
Files in phpstan/phpstan-php-parser
Download phpstan/phpstan-php-parser
More information about phpstan/phpstan-php-parser
Files in phpstan/phpstan-php-parser
Vendor phpstan
Package phpstan-php-parser
Short Description PHP-Parser extensions for PHPStan
License MIT
Package phpstan-php-parser
Short Description PHP-Parser extensions for PHPStan
License MIT
Please rate this library. Is it a good library?
Informations about the package phpstan-php-parser
⚠️ This extension is no longer maintained. nikic/PHP-Parser
has all the correct types in its source code, so this extension is no longer needed. ⚠️
PHP-Parser extension for PHPStan
This extension provides the following feature:
- If you register
PhpParser\NodeVisitor\NameResolver
visitor onPhpParser\NodeTraverser
, new$namespacedName
property becomes available on nodes that already have a$name
property. This extension defines that property.
Installation
To use this extension, require it in Composer:
If you also install phpstan/extension-installer then you're all set!
Manual installation
If you don't want to use `phpstan/extension-installer`, include extension.neon in your project's PHPStan config:All versions of phpstan-php-parser with dependencies
PHP Build Version
Package Version
The package phpstan/phpstan-php-parser contains the following files
Loading the files please wait ....