phpstan-watcher

2.1.0 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.1.012latest

Version History

VersionDownloads (Last 7 Days)Published
2.1.012
2.0.50
2.0.40
2.0.30
2.0.20
2.0.10
1.3.50
1.3.40
1.3.10
1.3.00
1.2.30
1.2.10
1.2.00
1.1.71
1.1.60
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00
1.0.10
1.0.00

Package Sidebar

Install

npm i phpstan-watcher

Weekly Downloads

13

Version

2.1.0

License

MIT

Unpacked Size

87.3 kB

Total Files

9

Last publish

Collaborators

  • tim_vdwalle