PackageTrack
Sign in Get early access

mezzio/mezzio-laminasviewrenderer

laminas-view PhpRenderer integration for Mezzio

3.0.0 1.6M downloads/mo #2972 most downloaded on Packagist mezzio/mezzio-laminasviewrenderer

What this package is like to depend on

Last release 9 months ago

26 Nov 2025

Release timing varies

gaps range from 3 weeks to 9 months

Rarely documented

notes for 10 of 44 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

44 releases · first in 2019

2 releases in the last 12 months

see the full history below

Release timeline

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

Releases

latest 44
  1. 3.0.0 26 Nov 2025
    Release notes

    Release Notes for 3.0.0

    Version 3.0.0 contains a number of BC breaks:

    laminas-view:3.x #74

    laminas-view has been upgraded to version 3 which itself comes with significant BC breaks.
    Helper usage has changed for many of the shipped plugins, some are removed etc.
    Consult the migration guide for more detailed information.

    mezzio-template:3.x

    More detail can be found in the release notes.
    It is unlikely that updating to mezzio-template v3 will cause any problems, unless you were manipulating the template "paths" via TemplateRenderer::addPath().

    Other BC Breaks

    • Stream wrapper support has been removed (It's also removed in laminas-view): #19
    • Removes service aliases for legacy Zend\Expressive\… equivalents #27
    • A number of unused exception classes have been removed along with some factories. Laminas View now ships factories and configuration that reduces some of the requirements here.
    • All classes are now final which will affect you if you were extending the shipped renderer, the template resolver, or any of the shipped helpers.

    Configuration changes

    Shipped configuration no longer configures a "default layout" under templates.layout. The value used to be 'layout::default', so you will need to re-introduce this in your own configuration:

    return [
        'templates' => [
            'layout' => 'layout::default',
        ],
    ];

    Improvements

    The namespaced path stack resolver will now load template paths from configuration under $config['templates']['paths'], so if you had a delegator doing this, it is no longer necessary.

    All factories now work as expected when an iterable/ArrayObject is used for configuration instead of a regular array.

    Overall performance improvements have been noted in the region of a 10% speed increase (Likely due to changes in laminas-view v3), but there are no official benchmarks as of yet.

    Stateful helpers are now reset for each rendering cycle, meaning that using laminas view in cli processes such as RoadRunner, Swoole and Franken PHP is safer, providing your stateful custom view helpers implement the correct interface. More information

    3.0.0

    • Total issues resolved: 4
    • Total pull requests resolved: 26
    • Total contributors: 5

    QA

    BC Break,Bug,Enhancement

    Documentation

    Enhancement,QA

    BC Break,Documentation

    Dependencies

    BC Break,Dependencies,Enhancement

    BC Break,Enhancement

    Enhancement

    Bug,Enhancement

    Bug,Duplicate,Enhancement

    Open source →
  2. 2.19.0 12 Oct 2025
    Release notes

    Release Notes for 2.19.0

    2.19.0

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

    Dependencies,Enhancement

    Open source →
  3. 2.18.0 28 Apr 2025
    Release notes

    Release Notes for 2.18.0

    2.18.0

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

    Dependencies,Enhancement,renovate

    Open source →
  4. 2.17.0 28 Apr 2025
    Release notes

    Release Notes for 2.17.0

    2.17.0

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

    Dependencies,QA

    Dependencies,QA,renovate

    Open source →
  5. 2.16.0 16 Oct 2024
    Release notes

    Release Notes for 2.16.0

    2.16.0

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

    Enhancement

    Bug,Documentation

    renovate

    Open source →
  6. 2.15.1 18 Jan 2024
    Release notes

    Release Notes for 2.15.1

    2.15.x bugfix release (patch)

    2.15.1

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

    Bug

    Open source →
  7. 2.15.0 03 Nov 2023
    Release notes

    Release Notes for 2.15.0

    2.15.0

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

    Enhancement

    renovate

    Open source →
  8. 2.14.0 18 May 2023
    Release notes

    Release Notes for 2.14.0

    2.14.0

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

    Bug

    renovate

    Enhancement,renovate

    Open source →
  9. 2.13.1 18 May 2023
    Release notes

    Release Notes for 2.13.1

    2.13.1

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

    Bug

    Open source →
  10. 2.13.0 06 Apr 2023
    Release notes

    Release Notes for 2.13.0

    2.13.0

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

    Enhancement

    Open source →
  11. 2.12.0 14 Mar 2023

    Nothing published for this version

  12. 2.11.0 14 Jan 2023

    Nothing published for this version

  13. 2.10.0 05 Dec 2022

    Nothing published for this version

  14. 2.9.0 12 Oct 2022

    Nothing published for this version

  15. 2.8.0 11 Oct 2022

    Nothing published for this version

  16. 2.7.0 16 Sep 2022

    Nothing published for this version

  17. 2.6.0 11 Apr 2022

    Nothing published for this version

  18. 2.5.0 05 Apr 2022

    Nothing published for this version

  19. 2.4.0 16 Dec 2021

    Nothing published for this version

  20. 2.3.0 19 Apr 2021

    Nothing published for this version

  21. 2.2.0 31 Dec 2019

    Nothing published for this version

  22. 2.1.0 no date

    Nothing published for this version

  23. 2.0.2 31 Dec 2019

    Nothing published for this version

  24. 2.0.1 31 Dec 2019

    Nothing published for this version

  25. 2.0.0 31 Dec 2019

    Nothing published for this version

  26. 1.4.2 31 Dec 2019

    Nothing published for this version

  27. 1.4.1 31 Dec 2019

    Nothing published for this version

  28. 1.4.0 31 Dec 2019

    Nothing published for this version

  29. 1.3.0 31 Dec 2019

    Nothing published for this version

  30. 1.2.1 31 Dec 2019

    Nothing published for this version

  31. 1.2.0 no date

    Nothing published for this version

  32. 1.1.0 31 Dec 2019

    Nothing published for this version

  33. 1.0.1 no date

    Nothing published for this version

  34. 1.0.0 31 Dec 2019

    Nothing published for this version

  35. 0.4.1 31 Dec 2019

    Nothing published for this version

  36. 0.4.0 31 Dec 2019

    Nothing published for this version

  37. 0.3.1 no date

    Nothing published for this version

  38. 0.3.0 31 Dec 2019

    Nothing published for this version

  39. 0.2.0 31 Dec 2019

    Nothing published for this version

  40. 0.1.2 no date

    Nothing published for this version

  41. 0.1.1 31 Dec 2019

    Nothing published for this version

  42. 0.1.0 no date

    Nothing published for this version

  43. 2.0.0alpha2 31 Dec 2019

    Nothing published for this version

  44. 2.0.0alpha1 no date

    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