helthe/monitor

Monitor is the offical PHP client for Helthe


Keywords
log, logging, exception, error, reporting, error monitoring, helthe
License
MIT

Documentation

Helthe Monitor Build Status Scrutinizer Quality Score

Helthe Monitor is the offical PHP client for Helthe.

Installation

Helthe Monitor requires that the cURL extension be installed.

Using composer

Add the following in your composer.json:

{
  "require": {
      "helthe/monitor": "dev-master"
  }
}

Usage

use Helthe\Monitor\Monitor

Monitor::enable(array(
    'api_key'     => 'your_project_api_key',
    'application' => array(
        'root_directory' => __DIR__
    )
));

Bugs

For bugs or feature requests, please create an issue.