Skip to content

helthe/Monitor

Repository files navigation

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.

About

Monitor is the official PHP client for Helthe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages