Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 464 Bytes

ezpublish-newrelic

A PHP library to name web transaction in NewRelic

Requirements and dependencies

  • this library depends on intouch/newrelic (loaded via composer)
  • it relies on ezpublish (Legacy/4.x kernel)

Installation

With composer

{
    "require": {
        "killerwolf/ezpublish-newrelic": "1.*"
    }
}

Usage

Just activate this extension in the appropriate siteaccesses (the public ones).