Writing Console Apps in PHP

In this workshop session, we’ll explore how to write console applications on the command line. We’ll start with what writing a command line application involves, then move into using plain PHP to write our first application. Then we’ll learn about what other options and possibilities are available and move into using some of the libraries that can help us build more interactive and robust console applications in PHP.