jeykeu/notify

A notification system for your website.

Maintainers

Package info

github.com/JunaidQadirB/notify

Homepage

pkg:composer/jeykeu/notify

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2016-12-13 10:17 UTC

This package is auto-updated.

Last update: 2026-03-01 00:09:28 UTC


README

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.