This document outlines a course on PHP web services. It covers connecting to remote web services using CURL and Guzzle, creating REST and SOAP APIs, and consuming web services. The introduction defines web services and common types like SOAP and REST. Part 1 discusses JSON and encoding/decoding data. Part 2 focuses on connecting to external APIs using CURL and handling errors.