Skip to content

Instantly share code, notes, and snippets.

@phpclub
Forked from fedir/phpstan-install.sh
Created June 14, 2024 03:33
Show Gist options
  • Save phpclub/d89676793f4027dd3af0e796c655daba to your computer and use it in GitHub Desktop.
Save phpclub/d89676793f4027dd3af0e796c655daba 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment