文件名称:yii2-notifications:Yii2 模块提供通知管理系统
文件大小:38KB
文件格式:ZIP
更新时间:2024-06-20 08:35:10
notifications mail yii2 sms yii2-notifications
yii2-通知 该模块提供了一种通过各种交付渠道发送通知的方法,包括邮件、屏幕、SMS(通过 Nexmo)等。通知也可以存储在数据库中,以便它们可以显示在您的 Web 界面中。 通知是通知用户应用程序中发生的事情的短消息。 例如,如果您正在编写计费应用程序,您可以通过电子邮件和 SMS 渠道向您的用户发送“发票已付”通知。 要求 PHP 7.1以上 GMP 字符串 卷曲 openssl 建议使用 PHP 7.2+ 以获得更好的性能。 安装 安装此扩展的首选方法是通过 。 要么跑 php composer.phar require --prefer-dist webzop/yii2-notifications "*" 或添加 "webzop/yii2-notifications" : "*" 到composer.json文件的 require 部分。 用法 通知通常用作应用程序
【文件预览】:
yii2-notifications-master
----composer.json(939B)
----Bootstrap.php(600B)
----messages()
--------config.php(3KB)
--------de()
--------pt()
--------it()
--------es()
----model()
--------WebPushSubscription.php(862B)
--------WebNotificationRecipient.php(2KB)
--------Notifications.php(1KB)
----Channel.php(315B)
----service-worker.js.dist(2KB)
----assets()
--------css()
--------js()
----Module.php(2KB)
----LICENSE(1KB)
----controllers()
--------DefaultController.php(5KB)
--------WebPushNotificationController.php(4KB)
----views()
--------default()
----migrations()
--------m010101_100001_init_notifications.php(1KB)
--------m270120_100001_init_web_notification_subscriptions.php(1KB)
----WebNotificationsAsset.php(441B)
----.gitignore(27B)
----NotificationsAsset.php(582B)
----Notification.php(6KB)
----README.md(11KB)
----widgets()
--------WebNotifications.php(4KB)
--------Notifications.php(4KB)
----helpers()
--------TimeElapsed.php(5KB)
----channels()
--------ScreenChannel.php(771B)
--------WebChannel.php(6KB)
--------EmailChannel.php(2KB)