2017 © Pedro Peláez
 

library flash-message

Library for storing and retrieving flash messages with your native php application.

image

appotter/flash-message

Library for storing and retrieving flash messages with your native php application.

  • Sunday, November 22, 2015
  • by appotter
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Flash Message

This is a simple library which has two static methods allowing you to get/set flash data or messages., (*1)

Coded by Joel Vardy., (*2)

Reformer by Phitsanu AP Chuamuangphan, (*3)

Installation

Add the following to your composer.json require object:, (*4)

"appotter/flash-message": "~1.0"

Usage

Data

Set data upon failure., (*5)

Flash::data(array(
    'username' => $username,
    'email'    => $email
));

Read data to display on the front end:, (*6)

$data = Flash::data();

Messages

Set an error message:, (*7)

Flash::message('error', 'You must enter a valid email address.');

Read all flash messages:, (*8)

$messages = Flash::message();

The Versions

22/11 2015

dev-master

9999999-dev https://github.com/appotter/flash-message

Library for storing and retrieving flash messages with your native php application.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

messages data flash

22/11 2015

1.0.5

1.0.5.0 https://github.com/appotter/flash-message

Library for storing and retrieving flash messages with your native php application.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

messages data flash

22/11 2015

1.0.4

1.0.4.0 https://github.com/appotter/flash-message

Library for storing and retrieving flash messages with your native php application.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

messages data flash

22/11 2015

1.0.3

1.0.3.0 https://github.com/appotter/flash-message

Library for storing and retrieving flash messages with your native php application.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

messages data flash

22/11 2015

1.0.2

1.0.2.0 https://github.com/appotter/flash-message

Library for storing and retrieving flash messages with your native php application.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

messages data flash

22/11 2015

dev-develop

dev-develop https://github.com/appotter/flash-message

Library for storing and retrieving flash messages with your native php application.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

messages data flash

22/11 2015

1.0.1

1.0.1.0 https://github.com/appotter/flash-message

Library for storing and retrieving flash messages with your native php application.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

messages data flash

22/11 2015

1.0.0

1.0.0.0 https://github.com/appotter/flash-message

Library for storing and retrieving flash messages with your native php application.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

messages data flash