This document discusses using Gearman for work queue processing in PHP. It begins with an introduction to Gearman and how it allows work to be distributed across languages and machines. Several examples are provided of using Gearman in PHP for both client and worker applications. CodeIgniter integration is also demonstrated. Overall the document provides an overview of Gearman and examples of implementing work queues in PHP using this system.