yii2-extensions / phpstan
PHPStan extension for Yii2
Installs: 15 370
Dependents: 26
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- nikic/php-parser: ^4.1
- phpstan/phpstan: ^1.10
- yiisoft/yii2: ^2.0.49 || ^2.2
Requires (Dev)
- maglnet/composer-require-checker: ^4.7
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^10.2
- symplify/easy-coding-standard: ^12.1
This package is auto-updated.
Last update: 2024-10-27 23:19:57 UTC
README
Extension for PHPStan.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --dev --prefer-dist yii2-extensions/phpstan:^0.1
or add
"yii2-extensions/phpstan": "^0.1"
to the require-dev section of your composer.json
file.
Quality code
Support versions Yii2
Testing
Check the documentation testing to learn about testing.
Our social networks
License
The MIT License. Please see License File for more information.
Fork
This package is a fork of proget-hq/phpstan-yii2 with some corrections.