https://github.com/andersundsehr/phpstan-git-files
🚩READONLY: Add all git files into phpstan config automatically
https://github.com/andersundsehr/phpstan-git-files
automatic git phpstan phpstan-extension
Last synced: 12 months ago
JSON representation
🚩READONLY: Add all git files into phpstan config automatically
- Host: GitHub
- URL: https://github.com/andersundsehr/phpstan-git-files
- Owner: andersundsehr
- Created: 2023-02-03T13:24:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T09:32:50.000Z (about 1 year ago)
- Last Synced: 2025-07-08T22:40:08.575Z (12 months ago)
- Topics: automatic, git, phpstan, phpstan-extension
- Language: PHP
- Homepage: https://github.com/andersundsehr/grumphp-config/tree/main/packages/phpstan-git-files
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phpstan-git-files
This phpstan extension automatically adds all your `.php` files from git to be checked by phpstan.
## install
`composer req --dev andersundsehr/phpstan-git-files`
```NEON
includes:
- vendor/andersundsehr/phpstan-git-files/extension.php
```