Sponsor of the Day:
Jerkmate
https://symfony.com/doc/current/components/console/helpers/tree.html
Tree Helper (Symfony Docs)
The Tree Helper allows you to build and display tree structures in the console. It's commonly used to render directory hierarchies, but you can also use it to...
helper symfony docstree
https://symfony.com/doc/current/components/console/helpers/cursor.html
Cursor Helper (Symfony Docs)
The Cursor allows you to change the cursor position in a console command. This allows you to write on any position of the output: 1 2 3 4 5 6 7 8 9 10 11 12 13...
helper symfony docscursor
https://symfony.com/doc/current/components/console/helpers/formatterhelper.html
Formatter Helper (Symfony Docs)
The FormatterHelper helper provides functions to format the output with colors. You can do more advanced things with this helper than you can with the basic...
helper symfony docsformatter
https://symfony.com/doc/current/components/console/helpers/processhelper.html
Process Helper (Symfony Docs)
The Process Helper shows processes as they're running and reports useful information about process status. To display process details, use the ProcessHelper...
helper symfony docsprocess