Skip to content

mezzio/mezzio-laminasviewrenderer

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fac34f4 · Dec 16, 2024
Jan 13, 2024
Feb 6, 2024
Feb 6, 2024
Sep 16, 2022
Apr 6, 2023
Oct 11, 2024
Sep 16, 2022
Apr 15, 2020
Apr 15, 2020
Sep 16, 2022
Dec 16, 2024
Dec 16, 2024
Sep 16, 2022
May 18, 2023
Jan 8, 2024
Apr 6, 2023
Sep 15, 2022

laminas-view PhpRenderer Integration for Mezzio

Build Status Type Coverage

laminas-view PhpRenderer integration for Mezzio.

Installation

Install this library using composer:

$ composer require mezzio/mezzio-laminasviewrenderer

We recommend using PSR-11 compatible dependency injection container. We can recommend the following implementations:

  • laminas-servicemanager: composer require laminas/laminas-servicemanager
  • Pimple: composer require laminas/laminas-pimple-config
  • Aura.Di: composer require laminas/laminas-auradi-config

View Helpers

To use view helpers, the LaminasViewRendererFactory:

  • requires a config service; with
  • a view_helpers sub-key; which
  • follows standard laminas-servicemanager configuration.

Documentation

Browse online at https://docs.mezzio.dev/mezzio/features/template/laminas-view/.