Skip to content

Instantly share code, notes, and snippets.

@fedir
Last active October 17, 2025 15:47
Show Gist options
  • Select an option

  • Save fedir/b2cfbbee7ed13f26d916391b1004a197 to your computer and use it in GitHub Desktop.

Select an option

Save fedir/b2cfbbee7ed13f26d916391b1004a197 to your computer and use it in GitHub Desktop.
phpstan install globally as phar
wget -O phpstan.phar https://github.com/phpstan/phpstan/raw/HEAD/phpstan.phar
chmod a+x phpstan.phar
sudo mv phpstan.phar /usr/local/bin/phpstan
phpstan
@fedir
Copy link
Author

fedir commented Nov 11, 2023

Updated 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment