mezzio / mezzio-laminasviewrenderer
laminas-view PhpRenderer integration for Mezzio
Fund package maintenance!
Community Bridge
Installs: 788 110
Dependents: 26
Suggesters: 5
Security: 0
Stars: 6
Watchers: 12
Forks: 12
Open Issues: 9
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
- laminas/laminas-servicemanager: ^3.21.0
- laminas/laminas-view: ^2.27.0
- mezzio/mezzio-helpers: ^5.15.0
- mezzio/mezzio-router: ^3.16.1
- mezzio/mezzio-template: ^2.8.0
- psr/container: ^1.0
- psr/http-message: ^1.0.1 || ^2.0.0
Requires (Dev)
- laminas/laminas-coding-standard: ~2.5.0
- phpunit/phpunit: ^10.5.36
- psalm/plugin-phpunit: ^0.19.0
- vimeo/psalm: ^5.26.1
Conflicts
- 3.0.x-dev
- 2.17.x-dev
- 2.16.x-dev
- 2.16.0
- 2.15.x-dev
- 2.15.1
- 2.15.0
- 2.14.x-dev
- 2.14.0
- 2.13.x-dev
- 2.13.1
- 2.13.0
- 2.12.x-dev
- 2.12.0
- 2.11.x-dev
- 2.11.0
- 2.10.x-dev
- 2.10.0
- 2.9.x-dev
- 2.9.0
- 2.8.x-dev
- 2.8.0
- 2.7.x-dev
- 2.7.0
- 2.6.x-dev
- 2.6.0
- 2.5.x-dev
- 2.5.0
- 2.4.x-dev
- 2.4.0
- 2.3.x-dev
- 2.3.0
- 2.2.x-dev
- 2.2.0
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0alpha2
- 2.0.0alpha1
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.2
- 0.1.1
- 0.1.0
- dev-renovate/major-laminas
- dev-renovate/lock-file-maintenance
- dev-2.16.x-merge-up-into-3.0.x_ejjGw54s
- dev-renovate/phpunit-phpunit-11.x
- dev-renovate/psr-container-2.x
This package is auto-updated.
Last update: 2024-11-04 04:15:44 UTC
README
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/.