Download the PHP package headercat/phpstan-extension-ide-helper without Composer
On this page you can find all versions of the php package headercat/phpstan-extension-ide-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download headercat/phpstan-extension-ide-helper
More information about headercat/phpstan-extension-ide-helper
Files in headercat/phpstan-extension-ide-helper
Download headercat/phpstan-extension-ide-helper
More information about headercat/phpstan-extension-ide-helper
Files in headercat/phpstan-extension-ide-helper
Vendor headercat
Package phpstan-extension-ide-helper
Short Description PHPStan extension IDE helper, provides dummy PHPStan namespace classes and functions.
License MIT
Package phpstan-extension-ide-helper
Short Description PHPStan extension IDE helper, provides dummy PHPStan namespace classes and functions.
License MIT
Please rate this library. Is it a good library?
Informations about the package phpstan-extension-ide-helper
phpstan-extension-ide-helper
PHPStan extension IDE helper, provides dummy PHPStan namespace classes and functions.
PHPStan is distributed via PHAR file rather than pure PHP files. While this is perfectly adequate for using PHPStan, it makes writing PHPStan's extensions a pain. Most IDEs and autocompletion tools cannot reference the code inside PHAR packages.
Installation
Or you can manually add into composer.json
.
Contributing
If PHPStan release a new version, please write a comment to Issue #1.
How it works?
- Clone
phpstan/phpstan-src
repository to/phpstan
. - Scan all PHP files from
/phpstan
. - Add
return;
after namespace declaration to all scanned files from step 2. - Write them to a new directory
/main
. - Find composer dependencies that starts with
phpstan/
from/phpstan/composer.json
. - Add them to
/main/composer.json
. - Done!
License
Licensed under the MIT license.
All versions of phpstan-extension-ide-helper with dependencies
PHP Build Version
Package Version
Requires
phpstan/phpstan Version
^2.1.19
phpstan/php-8-stubs Version 0.4.14
phpstan/phpdoc-parser Version 2.2.0
phpstan/php-8-stubs Version 0.4.14
phpstan/phpdoc-parser Version 2.2.0
The package headercat/phpstan-extension-ide-helper contains the following files
Loading the files please wait ....