stevegrunwell / building-for-php-cli

Slides for "Building for the PHP Command Line Interface"

Home Page:http://stevegrunwell.github.io/building-for-php-cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building for the PHP Command Line Interface

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.

View slides

This presentation also has a companion repository, full of executable examples from this presentation.

Demonstrated Tools

Platform-specific CLI tools

Additional Resources

Presentation History

About

Slides for "Building for the PHP Command Line Interface"

http://stevegrunwell.github.io/building-for-php-cli/


Languages

Language:CSS 66.6%Language:JavaScript 33.4%