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
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-20