Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Clean Code in PHP
Carsten Windler, Alexandre Daubois
ISBN: 978-1-80461-387-0
- Build a solid foundation in clean coding to craft human-readable code
- Understand metrics to determine the quality of your code
- Get to grips with the basics of automated tests
- Implement continuous integration for your PHP applications
- Get an overview of software design patterns to help you write reusable code
- Gain an understanding of coding guidelines and practices for working in teams
Test-Driven Development with PHP 8
Rainier Sarabia
ISBN: 978-1-80323-075-7
- Learn where and how to start a software project
- Learn how to use Jira as a tool to organize what needs to be done
- Learn when and how to write Unit, Integration, and Functional tests Using PHPUnit
- Write behavior...