Library PHP Tek 2026 Ship Less Bugs via Static Analysis with PHPStan
PHP Tek TV

Log in to watch this talk

You need to be logged in to access this video. If you don't have an account, purchase a virtual pass for the latest php[tek] conference to get access to the full video library.

Ship Less Bugs via Static Analysis with PHPStan

Eli White Eli White PHP Tek 2026 Beginner Standard (50 minutes)

PHPStan is a great tool that scans your entire codebase to find bugs (without writing tests!). While not a replacement for tests, it's a great addition to have in your skillset to ensure that tricky bugs don't make it into production. Come hear about it from someone who used to be a skeptic and since has made the case to implement it at 3 companies since, with an emphasis on how it can help you refactor and clean up old codebases