jrdev / pclog
This package is abandoned and no longer maintained.
No replacement package was suggested.
Logging made easy.
v1.0.0
2016-09-02 00:00 UTC
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.