jrdev / pclog
Logging made easy.
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jrdev/pclog
Requires
- php: >=5.3.0
- php-console/php-console: ^3.1
This package is not auto-updated.
Last update: 2020-01-18 20:39:51 UTC
README
This is a wrapper for PHP Console:
PHP Console allows you to handle PHP errors & exceptions, dump variables, execute PHP code remotely and many other things using Google Chrome extension PHP Console and PhpConsole server library.
This wrapper was created because the original library is confused and hard to use.
Requirements
- PHP Console extension must be installed on Google Chrome.
- PHP 5.3 (or later) on server.
Installation
Install the latest version with:
$ composer require jrdev/pclog
Usage
<?php require 'vendor/autoload.php'; $pclog = new jrdev\PCLog; $pclog->init(); $pclog->debug('my new log');
License
Released under the MIT license.