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/consoleAll lessons in this course
- HttpFoundation: Request and Response
- DependencyInjection Container
- EventDispatcher: Decoupled Events
- Console Component: CLI Commands