ccampbell/chromephp
最新稳定版本:4.1.0
Composer 安装命令:
composer require ccampbell/chromephp
包简介
Log variables to the Chrome console (via Chrome Logger Google Chrome extension).
README 文档
README
ChromePhp is a PHP library for the Chrome Logger Google Chrome extension.
This library allows you to log variables to the Chrome console.
Requirements
- PHP 5 or later
Installation
-
Install the Chrome extension from: https://chrome.google.com/extensions/detail/noaneddfkdjfnfdakjjmocngnfkfehhd
-
Click the extension icon in the browser to enable it for the current tab's domain
-
Put ChromePhp.php somewhere in your PHP include path
-
Log some data
include 'ChromePhp.php'; ChromePhp::log('Hello console!'); ChromePhp::log($_SERVER); ChromePhp::warn('something went wrong!');
More information can be found here: http://www.chromelogger.com
统计信息
- 总下载量: 3.75M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1383
- 点击次数: 3
- 依赖项目数: 31
- 推荐数: 3
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2013-01-22