Helthe Monitor is the offical PHP client for Helthe.
Helthe Monitor requires that the cURL extension be installed.
Add the following in your composer.json
:
{
"require": {
"helthe/monitor": "dev-master"
}
}
use Helthe\Monitor\Monitor
Monitor::enable(array(
'api_key' => 'your_project_api_key',
'application' => array(
'root_directory' => __DIR__
)
));
For bugs or feature requests, please create an issue.