Download the PHP package asenar/chromephp without Composer
On this page you can find all versions of the php package asenar/chromephp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download asenar/chromephp
More information about asenar/chromephp
Files in asenar/chromephp
Download asenar/chromephp
More information about asenar/chromephp
Files in asenar/chromephp
Vendor asenar
Package chromephp
Short Description Log variables to the Chrome console (via Chrome Logger Google Chrome extension).
License Apache-2.0
Homepage http://github.com/asenar/chromephp
Package chromephp
Short Description Log variables to the Chrome console (via Chrome Logger Google Chrome extension).
License Apache-2.0
Homepage http://github.com/asenar/chromephp
Please rate this library. Is it a good library?
Informations about the package chromephp
Overview
ChromePhp is a PHP library to log variables to the Chrome or Firefox devtools console. For Google Chrome the Chrome Logger extension is needed.
Requirements
- PHP 5 or later
Installation Chrome
- 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
Installation Firefox
- Put ChromePhp.php somewhere in your PHP include path
- Enable Server logging filter in the web console
-
Initialize ChromePhp for FirePHP compatibility
The second parameter 'FirePHP' is optional and can be omitted in subsequent calls to setEnabled. FirePHP compatibility mode can be changed by calling
- Log some data
More information can be found here:
https://developer.mozilla.org/en-US/docs/Tools/Web_Console/Console_messages#Server
All versions of chromephp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.0.0
The package asenar/chromephp contains the following files
Loading the files please wait ....