hsyngkby / chromephp
There is no license information available for the latest version (dev-master) of this package.
dev-master
2014-03-04 15:36 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-06-07 17:07:04 UTC
README
ChromePhp is a PHP library for the Chrome Logger Google Chrome extension.
This library allows you to log variables to the Chrome console.
https://chrome.google.com/extensions/detail/noaneddfkdjfnfdakjjmocngnfkfehhd
```php
include 'ChromePhp.php';
ChromePhp::log('Hello console!');
ChromePhp::log($_SERVER);
ChromePhp::warn('something went wrong!');
l::l('Log');
```
More information can be found here: http://www.chromelogger.com