Talk in English - US at php[tek] 2024
View Slides: https://zeek.com/wp-content/uploads/2023/11/Build-a-PHP-Safety-Net.pdf
Short URL: https://joind.in/talk/5aeaf
(QR-Code (opens in new window))
Discover how to bulletproof your PHP projects by mastering essential developer tools and automating pre-commit checks.
You'll learn how to:
Seamlessly integrate Make, PHPStan, PHPCS, and PHPMD to streamline your coding tasks.
Write versatile Makefile rules to automate PHP-related workflows.
Set up pre-commit hooks that act as your code quality safety net.
Dive into real-world examples, tweak advanced configurations, and troubleshoot common issues. Walk away with a robust pre-commit workflow that enhances your code quality and catches issues before they reach the repository.
Comments
Comments are closed.
Great tooling examples!
Thank you for sharing such clear examples. This was a great explanation of how to set up consistent checks and keep it simple enough that everyone will use them.
Thanks for the great talk! The presentation was excellent, and the detailed examples were very helpful. I'm definitely planning to incorporate this into my workflow.
Super helpful tools, and automation to the tooling. Taking these concepts and changing slightly to any team is super simple too :D
Aaron did a great job of laying out the case for make as a build system. The examples were clear and concise. I'm looking forward to trying out some of these ideas in my own projects.