jeykeu / notify
您的网站的通知系统。
dev-master
2016-12-13 10:17 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-08-29 04:34:58 UTC
README
PHP的Bootstrap3通知
##演示
这是一个使用原生PHP的 演示。
安装
通过Composer
{ "require": { "jeykeu/notify": "~1.0" } }
用法
$notify = new JeyKeu\Notify\Notify(); //Add a notification $notify->add($handle, $viewData, $type, $isVolatile, $isDissmissable, $excludePages); //Remove a notification $notify->remove($handle);
测试
$ phpunit
贡献
请参阅 贡献指南 了解详情。
致谢
许可证
MIT许可证(MIT)。请参阅 许可证文件 以获取更多信息。