PackageTrack
Sign in Get early access

mezzio/mezzio-router

Router subcomponent for Mezzio

4.2.0 5.7M downloads/mo #1631 most downloaded on Packagist mezzio/mezzio-router

What this package is like to depend on

Last release 6 months ago

19 Feb 2026

Release timing varies

gaps range from 4 weeks to 12 months

Rarely documented

notes for 10 of 55 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

55 releases · first in 2019

4 releases in the last 12 months

see the full history below

Release timeline

47 releases · Dec 2019 to Feb 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 55
  1. 4.2.0 09 Jan 2026
    Release notes

    Release Notes for 4.2.0

    Feature release (minor)

    4.2.0

    • Total issues resolved: 0
    • Total pull requests resolved: 1
    • Total contributors: 1

    Enhancement,dependencies

    Open source →
  2. 4.1.0 11 Oct 2025
    Release notes

    Release Notes for 4.1.0

    Feature release (minor)

    4.1.0

    • Total issues resolved: 0
    • Total pull requests resolved: 2
    • Total contributors: 1

    Enhancement,dependencies

    Bug

    Open source →
  3. 4.0.1 27 Apr 2025
    Release notes

    Release Notes for 4.0.1

    4.0.x bugfix release (patch)

    4.0.1

    • Total issues resolved: 0
    • Total pull requests resolved: 1
    • Total contributors: 1

    Bug

    Open source →
  4. 4.0.0 26 Apr 2025
    Release notes

    Release Notes for 4.0.0

    Release notes for 4.0

    • #66 Adds the final keyword to all classes preventing subclassing
    • #70 Introduces native types where they were previously missing. Most of these changes will not cause any impact now that the classes are final.
    • #71 removes the deprecated ImplicitMethodsIntegrationTest - this abstract test case was renamed for PHPUnit compatibility to AbstractImplicitMethodsIntegrationTest. This change will only affect integration tests for Router implementations
    • #68 changes the constructor signature of ImplicitHeadMiddleware - it now only accepts a PSR-17 StreamFactoryInterface where previously, it also accepted an arbitrary callable.
    • #69 changes the constructor signatures of MethodNotAllowedMiddleware and ImplicitOptionsMiddleware. Previously, both of these middleware accepted a callable and a PSR-17 ResponseFactoryInterface. The ability to pass a callable has been removed
    • Some internal, and now unused traits and classes have been removed. As these were not part of the public API, their removal should not cause any problems.
    • #72 Changes the way that configuration is processed for the the detection of duplicate routes.
      Previously an array was expected in the format:
      return [
        \Mezzio\Router\RouteCollector::class => [
          'detect_duplicates' => true,
        ],
      ];
      Now, the top level key of router should be used:
      return [
        'router' => [
          'detect_duplicates' => true,
        ],
      ];
      Duplicate route detection still defaults to true so this change will affect users that explicitly turned off duplicate route detection, and, where duplicate routes exist, or the feature was turned off explictly to save the additional overhead in production.

    4.0.0

    • Total issues resolved: 4
    • Total pull requests resolved: 12
    • Total contributors: 3

    QA,dependencies

    Documentation,Enhancement

    Enhancement,QA

    Enhancement

    Bug

    BC Break

    BC Break,Enhancement

    Open source →
  5. 3.20.0 19 Feb 2026
    Release notes

    Release Notes for 3.20.0

    Feature release (minor)

    3.20.0

    • Total issues resolved: 0
    • Total pull requests resolved: 1
    • Total contributors: 1

    dependencies

    Open source →
  6. 3.19.0 11 Oct 2025
    Release notes

    Release Notes for 3.19.0

    Feature release (minor)

    3.19.0

    • Total issues resolved: 0
    • Total pull requests resolved: 1
    • Total contributors: 1

    Enhancement,QA,dependencies

    Open source →
  7. 3.18.0 16 Oct 2024
    Release notes

    Release Notes for 3.18.0

    Feature release (minor)

    3.18.0

    • Total issues resolved: 0
    • Total pull requests resolved: 3
    • Total contributors: 2

    Enhancement

    renovate

    Open source →
  8. 3.17.0 31 Oct 2023
    Release notes

    Release Notes for 3.17.0

    Feature release (minor)

    3.17.0

    • Total issues resolved: 0
    • Total pull requests resolved: 4
    • Total contributors: 4

    Enhancement,dependencies

    Documentation,Enhancement

    Bug,dependencies

    renovate

    Open source →
  9. 3.16.1 24 Apr 2023
    Release notes

    Release Notes for 3.16.1

    3.16.x bugfix release (patch)

    3.16.1

    • Total issues resolved: 0
    • Total pull requests resolved: 1
    • Total contributors: 1

    Bug,dependencies

    Open source →
  10. 3.16.0 24 Apr 2023
    Release notes

    Release Notes for 3.16.0

    Feature release (minor)

    3.16.0

    • Total issues resolved: 1
    • Total pull requests resolved: 2
    • Total contributors: 3

    Enhancement,renovate

    Enhancement

    Open source →
  11. 3.15.0 29 Mar 2023

    Nothing published for this version

  12. 3.14.0 02 Mar 2023

    Nothing published for this version

  13. 3.13.0 15 Jan 2023

    Nothing published for this version

  14. 3.12.0 12 Jan 2023

    Nothing published for this version

  15. 3.11.0 11 Jan 2023

    Nothing published for this version

  16. 3.10.0 13 Dec 2022

    Nothing published for this version

  17. 3.9.0 10 Oct 2022

    Nothing published for this version

  18. 3.8.0 06 Jan 2022

    Nothing published for this version

  19. 3.7.0 14 Sep 2021

    Nothing published for this version

  20. 3.6.0 25 Jul 2021

    Nothing published for this version

  21. 3.5.0 24 Jul 2021

    Nothing published for this version

  22. 3.4.0 13 May 2021

    Nothing published for this version

  23. 3.3.0 06 Jan 2021

    Nothing published for this version

  24. 3.2.1 24 Oct 2020

    Nothing published for this version

  25. 3.2.0 24 Oct 2020

    Nothing published for this version

  26. 3.1.3 22 Jun 2020

    Nothing published for this version

  27. 3.1.2 16 Jun 2020

    Nothing published for this version

  28. 3.1.1 31 Dec 2019

    Nothing published for this version

  29. 3.1.0 31 Dec 2019

    Nothing published for this version

  30. 3.0.3 31 Dec 2019

    Nothing published for this version

  31. 3.0.2 31 Dec 2019

    Nothing published for this version

  32. 3.0.1 31 Dec 2019

    Nothing published for this version

  33. 3.0.0 31 Dec 2019

    Nothing published for this version

  34. 2.4.1 31 Dec 2019

    Nothing published for this version

  35. 2.4.0 no date

    Nothing published for this version

  36. 2.3.0 31 Dec 2019

    Nothing published for this version

  37. 2.2.0 31 Dec 2019

    Nothing published for this version

  38. 2.1.0 no date

    Nothing published for this version

  39. 2.0.0 no date

    Nothing published for this version

  40. 1.3.2 31 Dec 2019

    Nothing published for this version

  41. 1.3.1 no date

    Nothing published for this version

  42. 1.3.0 31 Dec 2019

    Nothing published for this version

  43. 1.2.0 no date

    Nothing published for this version

  44. 1.1.0 no date

    Nothing published for this version

  45. 1.0.1 31 Dec 2019

    Nothing published for this version

  46. 1.0.0 no date

    Nothing published for this version

  47. 3.0.0rc6 31 Dec 2019

    Nothing published for this version

  48. 3.0.0rc5 no date

    Nothing published for this version

  49. 3.0.0rc4 31 Dec 2019

    Nothing published for this version

  50. 3.0.0rc3 31 Dec 2019

    Nothing published for this version

  51. 3.0.0rc2 31 Dec 2019

    Nothing published for this version

  52. 3.0.0rc1 31 Dec 2019

    Nothing published for this version

  53. 3.0.0alpha3 31 Dec 2019

    Nothing published for this version

  54. 3.0.0alpha2 31 Dec 2019

    Nothing published for this version

  55. 3.0.0alpha1 31 Dec 2019

    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