源码地址:https://github.com/barbushin/php-console

chrome浏览器插件:https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef

引用

require_once('PhpConsole/__autoload.php');
$handler = PhpConsole\Handler::getInstance();
$handler->debug('我是信息1', '提示');
$handler->debug('我是信息2', '提示');
$handler->debug('我是信息3', '提示');

效果windows:

image.png

masos效果:

image.png

如果macos系统不能够显示多个通知可以进行偏好设置,步骤:系统偏好设置->通知->Google Chrome->选择"提示"这一个选项,截图如下

image.png

你可能感兴趣的文章