2017 © Pedro Peláez
 

library Metrics

PHP Client for Librato Metrics APIs.

image

nesQuick/Metrics

PHP Client for Librato Metrics APIs.

  • Wednesday, February 25, 2015
  • by nesQuick
  • Repository
  • 2 Watchers
  • 15 Stars
  • 27,802 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

PHP Metrics Client

Build Status, (*1)

A PHP Client for sending data to librato metrics. Inspired or ported from node-librato-metrics from @felixge, (*2)

Install

Installation should be done via Composer., (*3)

$ composer require nesQuick/Metrics

Example

use Metrics\Client;

$client = new Client('user@example.org', '...');
$client->post('/metrics', array(
  'gauges' => array(
    array('name' => 'metric1', 'value' => 123)
  )
));

ToDo's

License

Licensed under the MIT license., (*4)

The Versions

25/02 2015

dev-master

9999999-dev

PHP Client for Librato Metrics APIs.

  Sources   Download

MIT

The Requires

 

api client metrics

25/02 2015

v1.0

1.0.0.0

PHP Client for Librato Metrics APIs.

  Sources   Download

MIT

The Requires

 

api client metrics

21/02 2012

v0.1

0.1.0.0

PHP Client for Librato Metrics APIs.

  Sources   Download

MIT

The Requires

 

api client metrics