This document provides an introduction and tutorial on object-oriented programming (OOP) in PHP. It begins with a preamble on the basics of OOP in PHP. It then outlines 23 steps to guide the reader through building and working with objects in PHP, including defining a class, adding properties and methods, instantiating objects from classes, setting and getting property values, and more. It includes links to supplemental video tutorials on related OOP concepts in PHP. The goal is for readers to understand and be able to apply basic OOP principles and functionality in their own PHP scripts.