PHPackages                             sapistudio/flash-message - 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. sapistudio/flash-message

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

sapistudio/flash-message
========================

1.0.2(6y ago)07MITPHPPHP &gt;=5.4.0

Since Mar 19Pushed 5y agoCompare

[ Source](https://github.com/Sapistudio/SapiFlash)[ Packagist](https://packagist.org/packages/sapistudio/flash-message)[ RSS](/packages/sapistudio-flash-message/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Simple Flash Messages
=====================

[](#simple-flash-messages)

fork after tamtamchik/simple-flash

Easy, framework agnostic flash notifications for PHP. Inspired by [laracasts/flash](https://github.com/laracasts/flash) and [plasticbrain/PHP-Flash-Messages](https://github.com/plasticbrain/PHP-Flash-Messages). It supports multiple CSS frameworks out of the box:

- [Bootstrap 4](http://getbootstrap.com)
- [Bootstrap 3](https://getbootstrap.com/docs/3.3) (default)
- [Foundation 6](http://foundation.zurb.com)
- [Foundation 5](http://foundation.zurb.com/sites/docs/v/5.5.3)
- [Semantic UI 2](http://semantic-ui.com)
- [Siimple 3](https://www.siimple.xyz)
- [Siimple 2](https://github.com/siimple/siimple/releases/tag/v2.0.1)
- [Siimple](https://github.com/siimple/siimple/releases/tag/v1.3.7)
- [UIKit 3](http://getuikit.com)
- [UIKit 2](https://getuikit.com/v2/)
- [Bulma](http://bulma.io)
- [Materialize](https://materializecss.com)
- [Spectre.css](https://picturepan2.github.io/spectre)
- [Tailwind](https://tailwindcss.com)

[![simple-flash](https://cloud.githubusercontent.com/assets/265510/24695879/c87b32f2-1a11-11e7-972e-b4b2c75f35b5.png)](https://cloud.githubusercontent.com/assets/265510/24695879/c87b32f2-1a11-11e7-972e-b4b2c75f35b5.png)

Install
-------

[](#install)

Via [Composer](http://getcomposer.org).

```
$ composer require tamtamchik/simple-flash
```

Inside your project make sure to start a session and load [Composer](http://getcomposer.org) autoload to make everything work.

```
