duplo / flash
A simple and easy way of using the session to store messages that survives redirects
v1.0
2015-05-11 22:14 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2025-03-29 20:03:47 UTC
README
A module for Anax MVC that lets you use the session to save information that survives redirects.
By Duplo, olor14@student.bth.se
How to use
- Install Anax MVC (https://github.com/mosbth/Anax-MVC)
- In your anax install folder, use composer to download and install this module (https://packagist.org/packages/duplo/flash)
- Now you are good to go. An example on how to use this module is included in webroot/index.php. For more details see the documentation in src/Flash/FlashInSession.php
License
This software is free software and carries a MIT license.
History
###History for Duplo\Flash
v1.0.0 (2015-05-11)
- First release.
Copyright (c) 2015 Duplo, olor14@student.bth.se