cloudinsight/cloudinsight-sdk 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cloudinsight/cloudinsight-sdk

Composer 安装命令:

composer require cloudinsight/cloudinsight-sdk

包简介

Cloud Insight SDK. (http://www.oneapm.com/ci/feature.html)

README 文档

README

Build Status Development Version

Installation

To install this package you will need:

  • PHP 5.5+
  • Enable sockets, mbstring

You must then modify your composer.json file and run composer update to include the latest version of the package in your project.

"require": {
   "cloudinsight/cloudinsight-sdk": "~0.0.1"
}

Or you can run the composer require command from your terminal.

$ composer require cloudinsight/cloudinsight-sdk

Quick Start Guide

Make sure your app require 'vendor/autoload.php'

use CloudInsight\Statsd;

$statsd = new Statsd;

//Increment a counter.
$statsd->increment('page.views');

//Record a gauge 100 of replies
$statsd->gauge('blogs.replies', 100);

//Record a gauge 50% of the time.
$statsd->gauge('users.online', 100, ['users.cloudinsight'], 0.5);

document see: http://docs-ci.oneapm.com/api/php.html

统计信息

  • 总下载量: 24
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-05-05

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固