zendframework/zend-expressive-flash
Flash messages for PSR-7 and PSR-15 applications using zend-expressive-session
Maintainers
Package info
github.com/zendframework/zend-expressive-flash
pkg:composer/zendframework/zend-expressive-flash
Requires
- php: ^7.1
- psr/http-server-middleware: ^1.0
- zendframework/zend-expressive-session: ^1.0
Requires (Dev)
- phpunit/phpunit: ^7.0.2
- zendframework/zend-coding-standard: ~1.0.0
Suggests
None
Provides
None
Conflicts
- phpspec/prophecy: <1.7.2
Replaces
None
BSD-3-Clause 53232df92d6f86c59fb0c4f4e585890885e5b8fc
ZendFrameworkmiddlewaresessionflashzfpsr-7expressivezend-expressivepsr-15
This package is auto-updated.
Last update: 2020-01-28 16:27:34 UTC
README
Repository abandoned 2019-12-31
This repository has moved to mezzio/mezzio-flash.
👁 Build Status
👁 Coverage Status
Provides flash messages for PSR-7 middleware using zend-expressive-session.
Installation
Run the following to install this library:
$ composer require zendframework/zend-expressive-flash
Documentation
Documentation is in the doc tree, and can be compiled using mkdocs:
$ mkdocs build
You may also browse the documentation online.
