Easy steps to install phpstan package on Mac
Package Information:
Application Name – phpstan
What is phpstan – PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code. It moves …
Use of phpstan – PHP Static Analysis Tool
URL – https://github.com/phpstan/phpstan
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install phpstan using brew
brew install phpstan
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
phpstan is ready to use now!