Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 710 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 710 Bytes

mackerel-client-php

Latest Unstable Version Total Downloads

mackerel-client-php is an unofficial port of mackerelio/mackerel-client-ruby.

Usage

<?php

require __DIR__ . '/vendor/autoload.php';

$client = new \Mackerel\Client([
    'mackerel_api_key' => 'YOUR_MACKEREL_API_KEY_HERE',
]);
$host = $client->getHost('HOST_ID');

License

MIT

Author

ariarijp