byinti/php-newrelic
最新稳定版本:2.3
Composer 安装命令:
composer require byinti/php-newrelic
包简介
PHP SDK for New Relic Agent API
关键字:
README 文档
README
Requirements
- PHP >=5.3.3
- NewRelic extension for PHP
Installation
Using Composer's command line interface:
php composer.phar require byinti/php-newrelic:2.*
or
composer require byinti/php-newrelic:2.*
Manually adding the requirements to composer.json:
"require": { "byinti/php-newrelic": "2.*" }
Don't forget to load Composer's autoloader
require 'vendor/autoload.php';
Packagist Repository
统计信息
- 总下载量: 13.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-03