0Pricing
PHP Academy · Lesson

Console Component: CLI Commands

Build interactive CLI tools using Symfony Console Command classes.

What is the Symfony Console Component?

Symfony Console lets you build structured, testable CLI applications in PHP with options, arguments, progress bars, and colourised output.

Installing

Install the component.

$ composer require symfony/console

All lessons in this course

  1. HttpFoundation: Request and Response
  2. DependencyInjection Container
  3. EventDispatcher: Decoupled Events
  4. Console Component: CLI Commands
← Back to PHP Academy