Download the PHP package phpactor/language-server-phpstan-extension without Composer
On this page you can find all versions of the php package phpactor/language-server-phpstan-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpactor/language-server-phpstan-extension
More information about phpactor/language-server-phpstan-extension
Files in phpactor/language-server-phpstan-extension
Package language-server-phpstan-extension
Short Description Standalone Language Server and Phpactor Extension
License MIT
Informations about the package language-server-phpstan-extension
LanguageServerPhpstan
Phpstan Language Server and Phpactor Extension.
Provides Language Server diagnostics from Phpstan.
Usage
Phpactor Extension
If you are using the Phpactor Language Server
Standalone
Manually install it:
The process of enabling the server with your client will vary. If you are
using VIM and CoC it will look
something like (:CocConfig
):
PHPStan Configuration
The extension depends on having a phpstan.neon
in your project root which
defines your projects level
and analysis paths
e.g.:
Configuration
language_server_phpstan.bin
: Relative or absolute path to Phpstan. Default is'%project_root%/vendor/bin/phpstan'
Contributing
This package is open source and welcomes contributions! Feel free to open a pull request on this repository.
Support
- Create an issue on the main Phpactor repository.
- Join the
#phpactor
channel on the Slack Symfony Devs channel.
All versions of language-server-phpstan-extension with dependencies
phpactor/container Version ^2.0.0
phpactor/language-server-extension Version ^0.6.0
amphp/process Version ^1.1
thecodingmachine/safe Version ^1.1