kanellov/slim-twig-flash
最新稳定版本:0.2.0
Composer 安装命令:
composer require kanellov/slim-twig-flash
包简介
A Twig extension to access Slim Flash messages in templates
README 文档
README
A Twig extension to access Slim Flash messages in templates.
| master | develop |
|---|---|
Install
Via Composer
composer require kanellov/slim-twig-flash Requires:
- PHP 5.5.0 or newer
- Slim Framework Flash Messages 0.1.0 or newer
- Twig 1.18.0 or newer
Usage
- Add extension to your twig view
... $view->addExtension(new Knlv\Slim\Views\TwigMessages( new Slim\Flash\Messages() )); ...
- In templates use
flash()orflash('some_key')to fetch messages from Flash service
... <ul class="alert alert-danger"> {% for msg in flash('error') %} <li>{{ msg }}</li> {% endfor %} </ul> ...
Testing
phpunit License
The GNU GENERAL PUBLIC LICENSE Version 3. Please see License File for more information.
统计信息
- 总下载量: 105.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 25
- 点击次数: 4
- 依赖项目数: 9
- 推荐数: 0
其他信息
- 授权协议: GNU
- 更新时间: 2026-01-04