duplo/flash

A simple and easy way of using the session to store messages that survives redirects

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/duplo/flash

v1.0 2015-05-11 22:14 UTC

This package is not auto-updated.

Last update: 2025-10-11 23:06:24 UTC


README

Build Status Scrutinizer Code Quality Code Coverage

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

  1. Install Anax MVC (https://github.com/mosbth/Anax-MVC)
  2. In your anax install folder, use composer to download and install this module (https://packagist.org/packages/duplo/flash)
  3. 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