alex-kalanis / kw_notify
Notifications in KWCMS
v2.0.0
2024-03-29 08:55 UTC
Requires
- php: >=7.4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: >=7.2 <=9
- psr/container: =2.0.2
- shipmonk/composer-dependency-analyser: ^1.4
Suggests
- alex-kalanis/kw_input: Inputs for KWCMS
- alex-kalanis/kw_templates: Templates for KWCMS
This package is auto-updated.
Last update: 2024-10-29 10:34:38 UTC
README
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