Bootstrap3 notifications for PHP
##Demo
Here's a Demo using Native PHP.
Via Composer
{
"require": {
"jeykeu/notify": "~1.0"
}
}$notify = new JeyKeu\Notify\Notify();
//Add a notification
$notify->add($handle, $viewData, $type, $isVolatile, $isDissmissable, $excludePages);
//Remove a notification
$notify->remove($handle);$ phpunitPlease see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.