helthe/monitor

Monitor is the offical PHP client for Helthe

dev-master / 1.0.x-dev 2014-02-18 04:25 UTC

This package is auto-updated.

Last update: 2024-03-29 02:56:59 UTC


README

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.