urands/firephp 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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)

  1. 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

  1. Download FirePhp sources

  2. Put fb.php somewhere in your PHP include path

    require_once 'fb.php'

Usage

  1. Put function 'fb' somewhere in your code

    FB::log('This FirePHP for Firefox 51+');
    .....
    FB::info($_SERVER);
  2. 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

GitHub 信息

  • Stars: 17
  • Watchers: 5
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-02-25