2017 © Pedro Peláez
 

library chromephp

Log variables to the Chrome console (via Chrome Logger Google Chrome extension).

image

ccampbell/chromephp

Log variables to the Chrome console (via Chrome Logger Google Chrome extension).

  • Wednesday, June 26, 2013
  • by pcalves
  • Repository
  • 81 Watchers
  • 1238 Stars
  • 561,005 Installations
  • PHP
  • 39 Dependents
  • 6 Suggesters
  • 400 Forks
  • 34 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

Overview

ChromePhp is a PHP library for the Chrome Logger Google Chrome extension., (*1)

This library allows you to log variables to the Chrome console., (*2)

Requirements

  • PHP 5 or later

Installation

  1. Install the Chrome extension from: https://chrome.google.com/extensions/detail/noaneddfkdjfnfdakjjmocngnfkfehhd
  2. Click the extension icon in the browser to enable it for the current tab's domain
  3. Put ChromePhp.php somewhere in your PHP include path
  4. Log some data, (*3)

    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, (*4)

The Versions

26/06 2013

dev-master

9999999-dev http://github.com/ccampbell/chromephp

Log variables to the Chrome console (via Chrome Logger Google Chrome extension).

  Sources   Download

Apache-2.0

The Requires

  • php >=5.0.0

 

log logging

26/06 2013

4.1.0

4.1.0.0 http://github.com/ccampbell/chromephp

Log variables to the Chrome console (via Chrome Logger Google Chrome extension).

  Sources   Download

Apache-2.0

The Requires

  • php >=5.0.0

 

log logging

13/04 2013

4.0.0

4.0.0.0 http://github.com/ccampbell/chromephp

Log variables to the Chrome console (via Chrome Logger Google Chrome extension).

  Sources   Download

Apache-2.0

The Requires

  • php >=5.0.0

 

log logging