Part 1 – Technical Background and Setup
In this part of the book, you will learn the concepts of test-driven development and object-oriented programming in PHP, interpret business requirements as an actionable list, and set up development environments using Docker containers.
This section comprises the following chapters:
- Chapter 1, What Is Test-Driven Development and Why Use It in PHP?
- Chapter 2, Understanding and Organizing the Business Requirements of Our Project
- Chapter 3, Setting Up Our Development Environment Using Docker Containers
- Chapter 4, Using Object-Oriented Programming in PHP