alex-kalanis / kw_notify
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-09-29 10:15:58 UTC
README
存储在某个地方以便以后使用。存储并返回它们。
PHP安装
composer.phar require alex-kalanis/kw_notify
(如果您不熟悉composer,请参阅Composer文档)
PHP使用
1.) 使用您的自动加载器(如果尚未通过Composer自动加载器完成)
2.) 将 "kalanis\kw_notify\Notification" 连接到您的应用程序中。扩展它以设置您的案例。请参见示例。
3.) 创建您自己的渲染并在那里调用通知。
4.) 只需调用通知和您的渲染