urands/firephp
最新稳定版本:1.0.5
Composer 安装命令:
composer require urands/firephp
包简介
Log variables to the Firefox 51+ console (alternate solution for FirePHP via Chrome Logger protocol).
README 文档
README
Replacing the original FirePHP to the new based on ChromePhp
Overview
FirePHP is a PHP library for the Chrome Logger Google Chrome extension and Firebug console logger Firefox 51+.
This library allows you log variables to console.
Library work with Laravel.
Requirements
- PHP 5 or late
Installation
Installation from composer (RECOMMENDED)
-
Add FirePHP package to your project using composer
composer require urands/firephp ```
2.1 If you didn't use composer yet, put somewhere autoload class in your project
```php
require __DIR__ . '/vendor/autoload.php';
```
Installation from source
-
Download FirePhp sources
-
Put fb.php somewhere in your PHP include path
require_once 'fb.php'
Usage
-
Put function 'fb' somewhere in your code
FB::log('This FirePHP for Firefox 51+'); ..... FB::info($_SERVER);
-
Open developer console (F12) in your browser
Support & Feedback
See Support
Author
This project is authored and maintained by Iurii Bell.
统计信息
- 总下载量: 7.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 17
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-25
