exploitfate/yii2-newrelic 问题修复 & 功能扩展

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

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

exploitfate/yii2-newrelic

最新稳定版本:v1.0.1

Composer 安装命令:

composer create-project exploitfate/yii2-newrelic

包简介

Yii2 NewRelic package

README 文档

README

Requirements

echo 'deb http://apt.newrelic.com/debian/ newrelic non-free' | sudo tee /etc/apt/sources.list.d/newrelic.list
wget -O- https://download.newrelic.com/548C16BF.gpg | sudo apt-key add - && sudo apt update
sudo apt -y install newrelic-php5

Installation

The preferred way to install this extension is through composer.

php composer.phar require --prefer-dist exploitfate/yii2-newrelic

Configuration

Add newrelic to bootstrap and set component config

return [
    'bootstrap' => ['newrelic'],
        // ...
    'components' => [
        // ...
        'newrelic' => [
            'class' => 'exploitfate\yii\newrelic\Newrelic',
            'name' => 'website.com', // optional, uses Yii::$app->name by default
            //'enabled' => false // optional, default = true
            //'enableEndUser' => false // optional, default = false
        ],
        // ...
    ],
];

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-11-20