Sign up
Forgot password?
FAQ: Login

Wilson Kristopher. The Clean Architecture in PHP

  • pdf file
  • size 2,31 MB
Wilson Kristopher. The Clean Architecture in PHP
Leanpub, 2023. — 370 p.
Target audience: experienced PHP developers.
You can ignore PHP as a programming language as much as you like, but lately, it has become increasingly difficult to be a professional PHP developer. Of course, there are still many novice programmers who choose PHP and many bad projects still appear, however, this does not contradict the fact that complex and high-quality applications with good architecture can be written in this language. The author of this guide will introduce you to many architectural principles and patterns that will help make your code cleaner.
Your code doesn't have to be an unwieldy, soul-crushing nightmare that revokes any joy of programming you once had.
It happens so unexpectedly: your project started great at first with you developing at a rapid pace, but before you know it, you've come to a screeching halt. Adding the simplest of features takes forever. Unrelated pieces of code keep breaking without being touched. You've given up on tests because you simply don't have time and, frankly, they're all broke at this point anyway.
Your code doesn't have to be an unwieldy, soul-crushing nightmare that revokes any joy of programming you once had.
Finding the best way to organize your code is one of the hardest parts of coding.
Determining the best way to architect your application is a very important step in development. Heading in the wrong direction can lead to a nightmare later, make it nearly impossible to refactor the application to meet new demands, and can make properly testing the application a pain. While the methods outlined in this book aren't the only way to go about developing an application, they do provide a framework for developing applications
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up