#Phpstan
PHPStan 2.0 is Here
PHPStan 2.0 is Here
PHPStan just released v2.0.0 this week. Learn more about what's new in this massive update that is three years in the making!
laravel-news.com
November 12, 2024 at 2:20 PM
PHPStan 2.0.0、なんか盛り沢山な機能👀
Level 10が追加されるんやぁ
github.com/phpstan/phps...
Release 2.0.0 · phpstan/phpstan
Read more about PHPStan 2.0. Check out the UPGRADING guide!. Buy the PHPStan elephpant and T-shirts! Major new features 🚀 Level 10 - level 9 on steroids, treats all mixed types strictly, not just...
github.com
November 12, 2024 at 10:01 PM
📦 phpstan/phpstan-phpunit 2.0.19

PHPUnit extensions and rules for PHPStan

🔗 https://github.com/phpstan/phpstan-phpunit
September 26, 2026 at 6:24 PM
PHPStan : un analyseur statique de code PHP sous stéroïdes. Il permet d’analyser et trouver tout type d'erreurs ou constructions fragiles dans un code source. La version 2.0.0 est disponible avec un nombre conséquent d'améliorations et de corrections ⬇️

github.com/phpstan/phps...
Release 2.0.0 · phpstan/phpstan
Read more about PHPStan 2.0. Check out the UPGRADING guide!. Buy the PHPStan elephpant and T-shirts! Major new features 🚀 Level 10 - level 9 on steroids, treats all mixed types strictly, not just...
github.com
November 12, 2024 at 7:07 AM
PHP devs, if you haven’t tried PHPStan yet, you’re missing out. Think of it as TypeScript for PHP—super handy. I just published a video explaining why you need it in your workflow! youtu.be/sOQC_-pkMYk
PHPStan is TypeScript for PHP!
YouTube video by Nuno Maduro
youtu.be
January 14, 2025 at 12:50 PM
📦 shopwelllabs/phpstan-shopwell 0.3.0

PhpStan Rules for Shopwell

🔗 https://github.com/shopwell-shop/phpstan-shopwell
September 26, 2026 at 10:19 AM
📦 valkyrja/phpstan v26.3.51

PHPStan for the Valkyrja Project.

🔗 https://github.com/valkyrjaio/ci-phpstan-php
September 26, 2026 at 4:22 PM
📦 valkyrja/ci-phpstan v26.3.51

PHPStan for the Valkyrja Project.

🔗 https://github.com/valkyrjaio/ci-phpstan-php
September 26, 2026 at 4:22 PM
📦 webgriffe/phpstan-dist 2.2.16

PHPStan phar distribution for Webgriffe projects

🔗 https://github.com/webgriffe/phpstan-dist
September 26, 2026 at 7:59 AM
Blogged! PHPStan custom rules
PHPStan custom rules
An article by Rob Allen
akrabat.com
March 3, 2026 at 5:24 PM
📦 valkyrja/phpstan v26.3.50

PHPStan for the Valkyrja Project.

🔗 https://github.com/valkyrjaio/ci-phpstan-php
September 25, 2026 at 4:59 PM
📦 valkyrja/ci-phpstan v26.3.50

PHPStan for the Valkyrja Project.

🔗 https://github.com/valkyrjaio/ci-phpstan-php
September 25, 2026 at 4:59 PM
Just like we can detect insecure functions with Pest, we can use PHPStan extensions to find and disallow insecure functions too!

https://securinglaravel.com/security-tip-disallowing-functions-with-phpstan/ #Laravel
Security Tip: Disallowing Functions with PHPStan!
[Tip #94] Just like we can detect insecure functions with Pest, we can use PHPStan extensions to find and disallow insecure functions!
securinglaravel.com
October 21, 2024 at 1:31 PM
📦 calebdw/phpstan-laravel v1.9.2

A PHPStan extension for analysis of Laravel applications and packages.

🔗 https://github.com/calebdw/phpstan-laravel
September 26, 2026 at 5:59 AM
A playground to test Drupal code with phpstan-drupal is coming soon! mglaman.dev/blog/playgro...
A playground to test Drupal code with phpstan-drupal is coming soon!
I'm excited to announce a new feature coming to phpstan-drupal that already exists for PHPStan. PHPStan has an online playground to run and test analysis results. Soon, we will have one for phpstan-dr...
mglaman.dev
November 15, 2023 at 12:23 PM
What a about raising an error with phpstan when using:

```
\count($entity->getSomethingThatIsACollection()
```

See github.com/phpstan/phps...
Raise an error when one call `\count($entity->getSomethingThatIsACollection()` · Issue #629 · phpstan/phpstan-doctrine
It would be very nice to raise an error when one call \count($entity->getSomethingThatIsACollection() It's an error because doctrine will fetch all data from the DB hydrate everything and finally c...
github.com
November 19, 2024 at 9:35 PM
📦 calebdw/phpstan-laravel v1.9.0

A PHPStan extension for analysis of Laravel applications and packages.

🔗 https://github.com/calebdw/phpstan-laravel
September 25, 2026 at 5:59 AM
📦 matesofmate/phpstan-extension 0.7.1

PHPStan extension for Symfony Mate providing AI assistants with efficient static analysis tools

🔗 https://github.com/MatesOfMate/phpstan-extension
September 25, 2026 at 9:00 PM
📢 Huge update in #PHP ecosystem! If you're utilising PHP 8.4 features, they're now covered with #PHPStan analysis, so you can work with your code with greater confidence 🥳. That's an awesome way to close the calendar year in #OSS 😊.

phpstan.org/blog/phpstan...
PHPStan 2.1: Support For PHP 8.4's Property Hooks, and More!
phpstan.org
December 31, 2024 at 9:20 AM
From @OndrejMirtes@phpc.social :

Progress on property hooks support in #PHPStan!

#PHP

phpc.social/@OndrejMirte...
Ondřej Mirtes (@OndrejMirtes@phpc.social)
Property hooks support in PHPStan progress report: * 9 todos done * 61 todos remaining
phpc.social
December 12, 2024 at 8:32 PM
📦 webgriffe/phpstan-dist 2.2.15

PHPStan phar distribution for Webgriffe projects

🔗 https://github.com/webgriffe/phpstan-dist
September 24, 2026 at 7:59 AM
just pushed a small improvement to pint's laravel preset.. now if a class is referenced (in code, php annotations, phpstan, etc), it'll always be imported at the top so everything stays consistent.. 🤌🏻
March 10, 2026 at 8:46 PM
PHPのソースコード静的解析ツール。今週メジャーバージョンアップの2.0.0がリリース。速攻で2.0.1もリリースされてる。
GitHub - phpstan/phpstan: PHP Static Analysis Tool - discover bugs in your code without running it!
PHP Static Analysis Tool - discover bugs in your code without running it! - phpstan/phpstan
github.com
November 16, 2024 at 6:11 AM