PackageTrack
Sign in Get early access

symfony/console

Eases the creation of beautiful and testable command line interfaces

v8.1.5 1.2B downloads/mo #6 most downloaded on composer symfony/console

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Ships fairly regularly

a new release about every 2 weeks

Rarely documented

notes for 30 of 666 stable releases

Nothing withdrawn

no release was ever pulled

15 years old

771 releases · first in 2011

64 releases in the last 12 months

see the full history below

Release timeline

672 releases · Sep 2011 to Aug 2026
2012 2014 2016 2018 2020 2022 2024 2026
Release Pre-release

Releases

latest 60 of 771
  1. v8.1.5 21 Aug 2026
    Release notes

    Changelog (v8.1.4...v8.1.5)

    • bug #65455 Do not resolve core utility parameters as command input (@lazerg)
    • bug #65500 Keep backslashes preceding < and > when escaping text (@nicolas-grekas)
    • bug #65471 Fix clearing more lines than a section holds (@nicolas-grekas)
    • bug #65419 Consume the whole escape sequence when reading autocomplete input (@nicolas-grekas)
    • bug #65367 Fix PHP 8.6 deprecations (@nicolas-grekas)
    • bug #65321 Resolve UIDs whatever their format (@MatTheCat)
    • bug #65263 Keep falsy answers when collecting an array with # (@sadiqk2)
    • bug #65258 Restore the catchExceptions state after running a command message (@KevinMartinsDev)
    • bug #65242 Fix parsing # attribute on arguments of invokable commands (@HypeMC)
    • bug #65239 Fix terminator handling in the image protocols (@nicolas-grekas)
    • bug #65196 Fix decoding chunked Kitty graphics payloads (@sadiqk2)
    • bug #65197 Fix writing one-shot iterables to a CombinedOutput (@sadiqk2)
    Open source →
  2. v8.1.4 31 Jul 2026
    Release notes

    Changelog (v8.1.2...v8.1.4)

    • bug #65065 Fix column widths when a row spans columns (@wazum)
    Open source →
  3. v8.1.2 27 Jul 2026
    Release notes

    Changelog (v8.1.1...v8.1.2)

    • bug #64662 Decorate stdout and stderr independently when a formatter is injected (@jprivet-dev)
    • bug #64903 Reduce buffer reallocations in FileInputHelper paste detection (@jorgsowa)
    • bug #64659 Strip terminal control characters from displayed file names (@iliaal)
    • bug #64843 Fix table borders around colspan cells and header-less tables (@wazum)
    • bug #64886 Fix two ValueError crashes on multibyte / multi-column widths (@sadiqk2)
    • bug #64856 Fall back to "stty sane" when restoring the captured terminal state fails (@lyrixx)
    • bug #64849 Fix SymfonyStyle questions when using output sections (@javiereguiluz)
    • bug #64778 Fix # arguments resolved as strings by BuiltinTypeValueResolver (@serhiilabs)
    Open source →
  4. v8.1.1 16 Jun 2026
    Release notes

    Changelog (v8.1.0...v8.1.1)

    • minor #64614 use mb_convert_encoding() instead of mb_convert_variables() (@Girgias)
    • bug #64533 Render formatter tags in ChoiceQuestion default value (@ousamabenyounes)
    Open source →
  5. v8.1.0 29 May 2026

    Nothing published for this version

  6. v8.1.0-RC1 24 May 2026 pre-release

    Nothing published for this version

  7. v8.1.0-BETA3 19 May 2026 pre-release

    Nothing published for this version

  8. v8.1.0-BETA2 13 May 2026 pre-release

    Nothing published for this version

  9. v8.1.0-BETA1 05 May 2026 pre-release

    Nothing published for this version

  10. v8.0.15 27 Jul 2026
    Release notes

    Changelog (v8.0.14...v8.0.15)

    • bug #64662 Decorate stdout and stderr independently when a formatter is injected (@jprivet-dev)
    • bug #64843 Fix table borders around colspan cells and header-less tables (@wazum)
    • bug #64886 Fix two ValueError crashes on multibyte / multi-column widths (@sadiqk2)
    • bug #64856 Fall back to "stty sane" when restoring the captured terminal state fails (@lyrixx)
    • bug #64849 Fix SymfonyStyle questions when using output sections (@javiereguiluz)
    Open source →
  11. v8.0.14 16 Jun 2026

    Nothing published for this version

  12. v8.0.13 24 May 2026

    Nothing published for this version

  13. v8.0.11 13 May 2026

    Nothing published for this version

  14. v8.0.9 29 Apr 2026

    Nothing published for this version

  15. v8.0.8 30 Mar 2026

    Nothing published for this version

  16. v8.0.7 06 Mar 2026

    Nothing published for this version

  17. v8.0.6 25 Feb 2026

    Nothing published for this version

  18. v8.0.4 13 Jan 2026

    Nothing published for this version

  19. v8.0.3 23 Dec 2025

    Nothing published for this version

  20. v8.0.1 05 Dec 2025

    Nothing published for this version

  21. v8.0.0 21 Nov 2025

    Nothing published for this version

  22. v8.0.0-RC3 no date pre-release

    Nothing published for this version

  23. v8.0.0-RC2 14 Nov 2025 pre-release

    Nothing published for this version

  24. v8.0.0-RC1 13 Nov 2025 pre-release

    Nothing published for this version

  25. v8.0.0-BETA2 27 Oct 2025 pre-release

    Nothing published for this version

  26. v8.0.0-BETA1 16 Oct 2025 pre-release

    Nothing published for this version

  27. v7.4.17 21 Aug 2026
    Release notes

    Changelog (v7.4.16...v7.4.17)

    • bug #65500 Keep backslashes preceding < and > when escaping text (@nicolas-grekas)
    • bug #65471 Fix clearing more lines than a section holds (@nicolas-grekas)
    • bug #65419 Consume the whole escape sequence when reading autocomplete input (@nicolas-grekas)
    • bug #65367 Fix PHP 8.6 deprecations (@nicolas-grekas)
    • bug #65263 Keep falsy answers when collecting an array with # (@sadiqk2)
    • bug #65258 Restore the catchExceptions state after running a command message (@KevinMartinsDev)
    Open source →
  28. v7.4.16 31 Jul 2026
    Release notes

    Changelog (v7.4.15...v7.4.16)

    • bug #65065 Fix column widths when a row spans columns (@wazum)
    Open source →
  29. v7.4.15 27 Jul 2026
    Release notes

    Changelog (v7.4.14...v7.4.15)

    • bug #64662 Decorate stdout and stderr independently when a formatter is injected (@jprivet-dev)
    • bug #64843 Fix table borders around colspan cells and header-less tables (@wazum)
    • bug #64886 Fix two ValueError crashes on multibyte / multi-column widths (@sadiqk2)
    • bug #64856 Fall back to "stty sane" when restoring the captured terminal state fails (@lyrixx)
    • bug #64849 Fix SymfonyStyle questions when using output sections (@javiereguiluz)
    Open source →
  30. v7.4.14 16 Jun 2026

    Nothing published for this version

  31. v7.4.13 24 May 2026

    Nothing published for this version

  32. v7.4.11 13 May 2026

    Nothing published for this version

  33. v7.4.9 22 Apr 2026

    Nothing published for this version

  34. v7.4.8 30 Mar 2026

    Nothing published for this version

  35. v7.4.7 06 Mar 2026

    Nothing published for this version

  36. v7.4.6 25 Feb 2026

    Nothing published for this version

  37. v7.4.4 13 Jan 2026

    Nothing published for this version

  38. v7.4.3 23 Dec 2025

    Nothing published for this version

  39. v7.4.1 05 Dec 2025

    Nothing published for this version

  40. v7.4.0 27 Nov 2025

    Nothing published for this version

  41. v7.4.0-RC3 21 Nov 2025 pre-release

    Nothing published for this version

  42. v7.4.0-RC2 14 Nov 2025 pre-release

    Nothing published for this version

  43. v7.4.0-RC1 13 Nov 2025 pre-release

    Nothing published for this version

  44. v7.4.0-BETA2 27 Oct 2025 pre-release

    Nothing published for this version

  45. v7.4.0-BETA1 15 Oct 2025 pre-release

    Nothing published for this version

  46. v7.3.10 13 Jan 2026

    Nothing published for this version

  47. v7.3.9 23 Dec 2025

    Nothing published for this version

  48. v7.3.8 05 Dec 2025

    Nothing published for this version

  49. v7.3.6 04 Nov 2025

    Nothing published for this version

  50. v7.3.5 14 Oct 2025

    Nothing published for this version

  51. v7.3.4 22 Sep 2025

    Nothing published for this version

  52. v7.3.3 25 Aug 2025

    Nothing published for this version

  53. v7.3.2 30 Jul 2025

    Nothing published for this version

  54. v7.3.1 27 Jun 2025

    Nothing published for this version

  55. v7.3.0 24 May 2025

    Nothing published for this version

  56. v7.3.0-RC1 no date pre-release

    Nothing published for this version

  57. v7.3.0-BETA2 09 May 2025 pre-release

    Nothing published for this version

  58. v7.3.0-BETA1 07 Apr 2025 pre-release

    Nothing published for this version

  59. v7.2.9 30 Jul 2025

    Nothing published for this version

  60. v7.2.8 27 Jun 2025

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive