voycey / cakephp-newrelic
Adds transaction naming to NewRelic for CakePHP 3
Package info
github.com/voycey/cakephp-newrelic
Type:cakephp-plugin
pkg:composer/voycey/cakephp-newrelic
0.1.7
2016-12-15 00:42 UTC
Requires
- cakephp/cakephp: >=3.3.9
Requires (Dev)
- cakephp/cakephp: >=3.3.9
This package is not auto-updated.
Last update: 2026-03-15 10:27:47 UTC
README
Provides transaction naming based on Controller/Action/Params in NewRelic
Installation
composer require voycey/cakephp-newrelic
or Add:
"voycey/cakephp-newrelic": "~0.1" to your composer.json
Enable it
Add Plugin::load('Voycey/NewRelic', ['bootstrap' => true]); to your bootstrap.php to load the Plugin
TODO
- Give option to exclude all paramters passed to URL