Skip to content

JunaidQadirB/notify

Repository files navigation

JeyKeu Notify for PHP

Bootstrap3 notifications for PHP

##Demo

Here's a Demo using Native PHP.

Install

Via Composer

{
    "require": {
        "jeykeu/notify": "~1.0"
    }
}

Usage

$notify = new JeyKeu\Notify\Notify();

//Add a notification
$notify->add($handle, $viewData, $type, $isVolatile, $isDissmissable, $excludePages);

//Remove a notification
$notify->remove($handle);

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Bootstrap3 notifications for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages