hsyngkby/chromephp

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Package info

github.com/hsyngkby/chromephp

pkg:composer/hsyngkby/chromephp

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2014-03-04 15:36 UTC

This package is not auto-updated.

Last update: 2026-03-28 20:52:21 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