mimmi20 / laminasviewrenderer-flash-message
Flash-Viewhelper
Installs: 3 020
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 1
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
- laminas/laminas-mvc: ^3.7.0
- laminas/laminas-mvc-plugin-flashmessenger: ^1.10.1
- laminas/laminas-view: ^2.35.0
- psr/container: ^1.1.2
Requires (Dev)
- ext-ctype: *
- ext-dom: *
- ext-simplexml: *
- ext-tokenizer: *
- ext-xml: *
- ext-xmlwriter: *
- infection/infection: ^0.27.11 || ^0.28.1 || ^0.29.0
- laminas/laminas-modulemanager: ^2.16.0
- laminas/laminas-servicemanager: ^3.22.1
- mimmi20/coding-standard: ^5.2.43
- nikic/php-parser: ^4.19.1 || ^5.0.2
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan: ^1.12.3
- phpstan/phpstan-deprecation-rules: ^1.2.0
- phpstan/phpstan-phpunit: ^1.4.0
- phpunit/phpunit: ^10.5.24
- rector/rector: ^1.2.5
- rector/type-perfect: ^0.2.0
- symplify/phpstan-rules: ^13.0.1
- tomasvotruba/cognitive-complexity: ^0.2.3
- tomasvotruba/type-coverage: ^0.3.1
- tomasvotruba/unused-public: ^0.3.11
Suggests
- laminas/laminas-modulemanager: to register this project as module
- laminas/laminas-servicemanager: to use the navigation factories
This package is auto-updated.
Last update: 2024-11-07 03:12:46 UTC
README
Code Status
Requirements
This library requires PHP 8.1+.
Installation
Run
composer require mimmi20/laminasviewrenderer-flash-message
Required Settings
This Viewhelper renders a template. An alias for this template is used
You have to define a template map for this
'template_map' => [ 'widget/bootstrap-alert' => __DIR__ . '/../view/widget/bootstrap-alert', ],
Inside the Template the variables alertLevel
and alertMessage
are available.
License
This package is licensed using the MIT License.
Please have a look at LICENSE.md
.