nesquick/metrics
Composer 安装命令:
composer require nesquick/metrics
包简介
PHP Client for Librato Metrics APIs.
README 文档
README
A PHP Client for sending data to librato metrics. Inspired or ported from node-librato-metrics from @felixge
Install
Installation should be done via Composer.
$ 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.
统计信息
- 总下载量: 44.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-02-18