Imagine a world where your PHP codebase can be checked for all the bugs without even writing testcases – doesn’t this sound the BEST!? Here is where PHPStan comes to our rescue. An opensource Static Analysis tool to check for the bugs in the entire PHP codebase without writing tests!
It can run directly on your setup as well as in CI to detect and prevent the bugs reaching production.
Join me in this talk as I take you through PHPStan, how it is legacy friendly, helps eliminate the tricky bugs, its extensions for Symphony, Laravel; and much more!

Comments

Please login to leave a comment

Great talk, thanks for answering my stan question too afterwards. Stan is such a great way to make the computer work for you for sure.

john barclay at 20:20 on 25 Apr 2024

Covered the topic very well. Would suggest adding some live code or videos of using and/or configuring phpstan in IDEs. I feel that would (1) give a better visual sense of what phpstan can do and (2) further illustrate configuration options of phpstan.