Skip to content

Instantly share code, notes, and snippets.

View wblessen's full-sized avatar
🐗
Logging

Wolfgang Blessen wblessen

🐗
Logging
View GitHub Profile
@fedir
fedir / phpstan-install.sh
Last active November 27, 2024 07:20
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