2017 © Pedro Peláez
 

library php-client

Log PHP Exception

image

log0/php-client

Log PHP Exception

  • Saturday, September 24, 2016
  • by savankoradia
  • Repository
  • 1 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

About

Client library to catch error and exception., (*1)

How to install?

- composer require log0/php-client
- composer require log0/php-client "@dev"

Core PHP Usage

To use this library with code php code, make following configurations:, (*2)

require_once 'vendor/autoload.php';
use Log0\Exceptioner\Core\Handler;
Handler::init();

CakePHP 3 Usage

To use this library with CakePHP 3, make following configurations:, (*3)

#boostrap.php
use Log0\Exceptioner\Cake3\Error as Log0Error;
Configure::write('Error.exceptionRenderer', 'Log0\Exceptioner\Cake3\Renderer');
(new Log0Error(Configure::read('Error')))->register();

The Versions

24/09 2016

dev-master

9999999-dev

Log PHP Exception

  Sources   Download

MIT

The Requires

  • php >=5.3.0