library Metrics
PHP Client for Librato Metrics APIs.
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
PHP Metrics Client
, (*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)
dev-master
9999999-dev
PHP Client for Librato Metrics APIs.
Sources
Download
MIT
The Requires
api
client
metrics
v1.0
1.0.0.0
PHP Client for Librato Metrics APIs.
Sources
Download
MIT
The Requires
api
client
metrics
v0.1
0.1.0.0
PHP Client for Librato Metrics APIs.
Sources
Download
MIT
The Requires
api
client
metrics