zendframework / zend-expressive-flash
Flash messages for PSR-7 and PSR-15 applications using zend-expressive-session
Installs: 55 349
Dependents: 4
Suggesters: 2
Security: 0
Stars: 16
Watchers: 16
Forks: 7
Open Issues: 1
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
Conflicts
- phpspec/prophecy: <1.7.2
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.
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.