PHPackages                             kevinkaske/flash - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kevinkaske/flash

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kevinkaske/flash
================

A simple library to give you flash message support via the $\_SESSION superglobal array

1243PHP

Since Nov 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kevinkaske/flash)[ Packagist](https://packagist.org/packages/kevinkaske/flash)[ RSS](/packages/kevinkaske-flash/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Flash
=====

[](#flash)

Flash is a Rails-like flash library written in PHP.

\##Installation (Composer) Simply add the following to composer.json

```
{
	"require": {
		"kevinkaske/flash": "dev-master"
	}
}
```

Then run `composer install`. Composer will install the dependant libraries.

\##Uasge After some action is done call code similar to the following:

```
