Skip to content

alex-kalanis/kw_notify

Repository files navigation

kw_notify

Build Status Scrutinizer Code Quality Latest Stable Version Minimum PHP Version Downloads License Code Coverage

Notifications stored somewhere for later usage. Store them and return them.

PHP Installation

composer.phar require alex-kalanis/kw_notify

(Refer to Composer Documentation if you are not familiar with composer)

PHP Usage

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Connect the "kalanis\kw_notify\Notification" into your app. Extends it for setting your case. See example.

3.) Create your own render and call notifications there.

4.) Just call notifications and your render