In this 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.

Comments

Comments are closed.

Mark Railton at 21:11 on 1 Oct 2017

Brilliant workshop, was a great introduction to using PHP for CLI apps and given me lots to think about for a CLI App that I'm planning for a project.