PHPackages                             mesingh/php-flash-messages - 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. mesingh/php-flash-messages

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

mesingh/php-flash-messages
==========================

Session-based Flash Messages class for PHP

11.4k↓50%PHP

Since Oct 26Pushed 12y ago1 watchersCompare

[ Source](https://github.com/DepreBot/PHP-Flash-Messages)[ Packagist](https://packagist.org/packages/mesingh/php-flash-messages)[ RSS](/packages/mesingh-php-flash-messages/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Session-Based Flash Messages
================================

[](#php-session-based-flash-messages)

Copyright 2012 Mike Everhart ()

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

```
 http://www.apache.org/licenses/LICENSE-2.0

```

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Description
-----------

[](#description)

Stores messages in Session data to be easily retrieved later on. This class includes four different types of messages:

- Success
- Error
- Warning
- Information

Read more:

Basic Usage
-----------

[](#basic-usage)

```
