Skip to content

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

License

Notifications You must be signed in to change notification settings

ariarijp/mackerel-client-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages