Talk in English - US at Midwest PHP 2019
Track Name:
Ballroom C
View Slides: https://stevegrunwell.com/slides/php-cli
Short URL: https://joind.in/talk/b9a05
(QR-Code (opens in new window))
Executing PHP from the command line enables us to interact with our applications in new and interesting ways: from performing site maintenance to scaffolding new projects, CLI tools like WP-CLI, Artisan, and Drush make it easy to interface with our code without ever opening a browser.
Attendees will be introduced to popular PHP CLI tools and their default capabilities. We'll discuss characteristics of good CLI scripts, strong use-cases for writing custom commands, then write several CLI programs across different platforms.
Comments
Comments are closed.
Fun, humorous and informative.
Steve covered a lot of material, and explained the reasons one might write a script for the CLI, covered the hard ways to do it with built in PHP code, then a bunch of helpful libraries. Steve's talks are always enjoyable and informative.
Good overview of the CLI tools used in PHP, along with some of the frameworks used to write new CLI tooling, along with why you'd want to.
Really fun, well-prepared talk! I was delighted that many of the themes apply to general CLI projects; not just limited to PHP.