helthe / monitor
Monitor is the offical PHP client for Helthe
dev-master / 1.0.x-dev
2014-02-18 04:25 UTC
Requires
- php: >=5.4.0
- guzzle/guzzle: ~3.8
- symfony/config: ~2.3
This package is auto-updated.
Last update: 2024-10-29 04:10:07 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.