litto / message
Flash Message for showing Errors in PHP applications
Installs: 9
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/litto/message
Requires
- php: >=5.3.6
README
Display Message Simple Library for PHP projects like Errors, Warning, Success , Notices.etc..
##How to Install?
Install Using Composer or Direcly you can download from the Github Code You can install via composer by using this command:-
composer require litto/message:v2.0
##How to Use?
- Always remember to start session in your application using session-start();
- Copy the Message.php in Vendor folder or in your folder of your choice
- Include The file using autoload or using include function
- For Setting Message pass like:-
$message = new Message('Your Message Text','Messagetype string'); $message->setMessage();
Message Type Strings - error,message,warning
- To Display call it like:-
- The message display will be using the boostrap alert styles. if you want to change the design class, you can chnage in the Message.php file