alex-kalanis/kw_notify

Notifications in KWCMS

v2.0.0 2024-03-29 08:55 UTC

This package is auto-updated.

Last update: 2024-03-29 08:58:19 UTC


README

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