2.1.0 • Published 6 months ago

phpstan-watcher v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

phpstan-watcher


✨ Getting Started In 4 easy Steps

1: First, you may use npm to install phpstan-watcher globally:

npm i -g phpstan-watcher

2: Then, install phpstan and/or larastan

3: Important: create script shortcuts in composer.json

        "analyse": [
            "./vendor/bin/phpstan analyse"
        ],
        "analyse-json": [
            "./vendor/bin/phpstan analyse --error-format=json"
        ]

4: Finally, start phpstan-watcher in the root of your project folder

npm exec phpstan-watcher

or

npx phpstan-watcher

📖 Notification

For the notifications to work : on mac you should allow terminal notifications

📖 License

Phpstan-watcher is an open-sourced software licensed under the ISC License.

📖 Author

Tim Vande Walle

1.3.5

6 months ago

2.0.3

6 months ago

2.0.2

6 months ago

2.0.5

6 months ago

2.0.4

6 months ago

2.1.0

6 months ago

2.0.1

6 months ago

1.3.4

1 year ago

1.2.3

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago