Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Console Laravel Package

symfony/console

Symfony Console makes it easy to build beautiful, testable PHP command‑line tools. Define commands, arguments and options, add interactive prompts, styled output and progress bars, plus robust input/output handling for CLI apps and scripts.

View on GitHub
Deep Wiki
Context7
v8.0.8

Changelog (https://github.com/symfony/console/compare/v8.0.7...v8.0.8)

  • bug #63749 Fix performance regression in OutputFormatter for ASCII content (@pcescon)
v7.4.8

Changelog (https://github.com/symfony/console/compare/v7.4.7...v7.4.8)

  • bug #63749 Fix performance regression in OutputFormatter for ASCII content (@pcescon)
v6.4.36

Changelog (https://github.com/symfony/console/compare/v6.4.35...v6.4.36)

  • bug #63749 Fix performance regression in OutputFormatter for ASCII content (@pcescon)
v8.0.7

Changelog (https://github.com/symfony/console/compare/v8.0.6...v8.0.7)

  • bug #63604 Fix ApplicationTester ignoring interactive and verbosity options when SHELL_VERBOSITY is set (@nicolas-grekas)
  • bug #63570 Fix OUTPUT_RAW corrupting binary content on Windows (@guillaumeVDP)
v7.4.7

Changelog (https://github.com/symfony/console/compare/v7.4.6...v7.4.7)

  • bug #63604 Fix ApplicationTester ignoring interactive and verbosity options when SHELL_VERBOSITY is set (@nicolas-grekas)
  • bug #63570 Fix OUTPUT_RAW corrupting binary content on Windows (@guillaumeVDP)
v6.4.35

Changelog (https://github.com/symfony/console/compare/v6.4.34...v6.4.35)

  • bug #63604 Fix ApplicationTester ignoring interactive and verbosity options when SHELL_VERBOSITY is set (@nicolas-grekas)
  • bug #63570 Fix OUTPUT_RAW corrupting binary content on Windows (@guillaumeVDP)
v8.0.6

Changelog (https://github.com/symfony/console/compare/v8.0.5...v8.0.6)

  • bug #47432 Fix various completion edge cases (@Seldaek)
  • bug #63456 Fix validator exception masked by MissingInputException on empty input (@nicolas-grekas)
  • bug #63444 Fix arguments set via # wrongly considered null in profiler (@chalasr)
  • bug #63438 ProgressIndicator console helper display with multiple processes (@guillaumeVDP)
  • bug #63436 Silence shell_exec warning in hasSttyAvailable (@lacatoire)
  • bug #63415 Fix profiling commands that use # (@chalasr)
  • bug #63368 Fix ProgressBar remaining and estimated placeholder guards (@yoeunes)
  • bug #63351 Fix SymfonyStyle block output with \r\n line endings (@lacatoire)
  • bug #63281 Treat emoji VS16 as wide in width calc (@fabpot)
  • bug #63238 Fall back to 0 when getCode() does not provide an integer (@makomweb)
v7.4.6

Changelog (https://github.com/symfony/console/compare/v7.4.5...v7.4.6)

  • bug #47432 Fix various completion edge cases (@Seldaek)
  • bug #63456 Fix validator exception masked by MissingInputException on empty input (@nicolas-grekas)
  • bug #63444 Fix arguments set via # wrongly considered null in profiler (@chalasr)
  • bug #63438 ProgressIndicator console helper display with multiple processes (@guillaumeVDP)
  • bug #63436 Silence shell_exec warning in hasSttyAvailable (@lacatoire)
  • bug #63415 Fix profiling commands that use # (@chalasr)
  • bug #63368 Fix ProgressBar remaining and estimated placeholder guards (@yoeunes)
  • bug #63351 Fix SymfonyStyle block output with \r\n line endings (@lacatoire)
  • bug #63281 Treat emoji VS16 as wide in width calc (@fabpot)
  • bug #63238 Fall back to 0 when getCode() does not provide an integer (@makomweb)
v6.4.34

Changelog (https://github.com/symfony/console/compare/v6.4.33...v6.4.34)

  • bug #47432 Fix various completion edge cases (@Seldaek)
  • bug #63456 Fix validator exception masked by MissingInputException on empty input (@nicolas-grekas)
  • bug #63438 ProgressIndicator console helper display with multiple processes (@guillaumeVDP)
  • bug #63436 Silence shell_exec warning in hasSttyAvailable (@lacatoire)
  • bug #63351 Fix SymfonyStyle block output with \r\n line endings (@lacatoire)
  • bug #63281 Treat emoji VS16 as wide in width calc (@fabpot)
  • bug #63238 Fall back to 0 when getCode() does not provide an integer (@makomweb)
v8.0.4
v7.4.4
v7.3.10
v6.4.32
v8.0.3

Changelog (https://github.com/symfony/console/compare/v8.0.2...v8.0.3)

  • bug symfony/symfony#62813 [Console] Fix EofShortcut instruction when using a modern terminal on Windows (@fperxas)
  • bug symfony/symfony#62827 [Console] Fix choice autocomplete issue when string has spaces (@ayyoub-afwallah)
  • bug symfony/symfony#62764 [Console] Escape `` in description of console commands (@SiebeVE)
v7.4.3

Changelog (https://github.com/symfony/console/compare/v7.4.2...v7.4.3)

  • bug symfony/symfony#62813 [Console] Fix EofShortcut instruction when using a modern terminal on Windows (@fperxas)
  • bug symfony/symfony#62827 [Console] Fix choice autocomplete issue when string has spaces (@ayyoub-afwallah)
  • bug symfony/symfony#62764 [Console] Escape `` in description of console commands (@SiebeVE)
v7.3.9

Changelog (https://github.com/symfony/console/compare/v7.3.8...v7.3.9)

  • bug symfony/symfony#62813 [Console] Fix EofShortcut instruction when using a modern terminal on Windows (@fperxas)
  • bug symfony/symfony#62827 [Console] Fix choice autocomplete issue when string has spaces (@ayyoub-afwallah)
  • bug symfony/symfony#62764 [Console] Escape `` in description of console commands (@SiebeVE)
v6.4.31

Changelog (https://github.com/symfony/console/compare/v6.4.30...v6.4.31)

  • bug symfony/symfony#62813 [Console] Fix EofShortcut instruction when using a modern terminal on Windows (@fperxas)
  • bug symfony/symfony#62827 [Console] Fix choice autocomplete issue when string has spaces (@ayyoub-afwallah)
v8.0.1

Changelog (https://github.com/symfony/console/compare/v8.0.0...v8.0.1)

  • bug symfony/symfony#61962 [Console] Handle signals on text input (@valx76)
  • bug symfony/symfony#62627 [Console] Preserve --help option when a command is not found (@santysisi)
  • bug symfony/symfony#62562 [Console] don't discard existing aliases when constructing Command (@henderkes)
  • bug symfony/symfony#62571 [Console] Fix profile invokable command (@Jibbarth)
  • bug symfony/symfony#62493 [Console] Fix exception message when abbreviation matches multiple hidden commands (@yoeunes)
v7.4.1

Changelog (https://github.com/symfony/console/compare/v7.4.0...v7.4.1)

  • bug symfony/symfony#61962 [Console] Handle signals on text input (@valx76)
  • bug symfony/symfony#62627 [Console] Preserve --help option when a command is not found (@santysisi)
  • bug symfony/symfony#62562 [Console] don't discard existing aliases when constructing Command (@henderkes)
  • bug symfony/symfony#62571 [Console] Fix profile invokable command (@Jibbarth)
v7.3.8

Changelog (https://github.com/symfony/console/compare/v7.3.7...v7.3.8)

  • bug symfony/symfony#61962 [Console] Handle signals on text input (@valx76)
  • bug symfony/symfony#62627 [Console] Preserve --help option when a command is not found (@santysisi)
  • bug symfony/symfony#62493 [Console] Fix exception message when abbreviation matches multiple hidden commands (@yoeunes)
  • bug symfony/symfony#62416 [Console] Fix completion for global options values (@HypeMC)
  • bug symfony/symfony#62335 [Console] Fix signal handlers not being cleared after command termination (@yoeunes)
v6.4.30

Changelog (https://github.com/symfony/console/compare/v6.4.29...v6.4.30)

  • bug symfony/symfony#61962 [Console] Handle signals on text input (@valx76)
  • bug symfony/symfony#62627 [Console] Preserve --help option when a command is not found (@santysisi)
  • bug symfony/symfony#62493 [Console] Fix exception message when abbreviation matches multiple hidden commands (@yoeunes)
  • bug symfony/symfony#62416 [Console] Fix completion for global options values (@HypeMC)
  • bug symfony/symfony#62335 [Console] Fix signal handlers not being cleared after command termination (@yoeunes)
v7.4.0

Changelog (https://github.com/symfony/console/compare/v7.4.0-RC3...v7.4.0)

  • bug symfony/symfony#62493 [Console] Fix exception message when abbreviation matches multiple hidden commands (@yoeunes)
v8.0.0
v8.0.0-RC3

Changelog (https://github.com/symfony/console/compare/v8.0.0-RC2...v8.0.0-RC3)

  • bug symfony/symfony#62416 [Console] Fix completion for global options values (@HypeMC)
v7.4.0-RC3

Changelog (https://github.com/symfony/console/compare/v7.4.0-RC2...v7.4.0-RC3)

  • bug symfony/symfony#62416 [Console] Fix completion for global options values (@HypeMC)
v8.0.0-RC2
v7.4.0-RC2
v8.0.0-RC1

Changelog (https://github.com/symfony/console/compare/v8.0.0-BETA2...v8.0.0-RC1)

  • bug symfony/symfony#62335 [Console] Fix signal handlers not being cleared after command termination (@yoeunes)
  • bug symfony/symfony#62294 [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector (@yoeunes)
v7.4.0-RC1

Changelog (https://github.com/symfony/console/compare/v7.4.0-BETA2...v7.4.0-RC1)

  • bug symfony/symfony#62335 [Console] Fix signal handlers not being cleared after command termination (@yoeunes)
  • bug symfony/symfony#62294 [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector (@yoeunes)
v7.3.6

Changelog (https://github.com/symfony/console/compare/v7.3.5...v7.3.6)

  • bug symfony/symfony#62294 [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector (@yoeunes)
v8.0.0-BETA2
v7.4.0-BETA2
v7.3.5

Changelog (https://github.com/symfony/console/compare/v7.3.4...v7.3.5)

  • bug symfony/symfony#62058 [Console] Ensure SHELL_VERBOSITY is always restored properly (@ttskch)
  • bug symfony/symfony#61861 [Console] Ensure terminal is usable after termination signal (@johnstevenson)
  • bug symfony/symfony#61856 [Console] do not pass the empty string to ord() (@xabbuh)
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport