hsyngkby/chromephp

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

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hsyngkby/chromephp

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

This package is not auto-updated.

Last update: 2025-12-20 19:29:00 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