Download the PHP package xrow/xrownewrelic-ls without Composer
On this page you can find all versions of the php package xrow/xrownewrelic-ls. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xrow/xrownewrelic-ls
More information about xrow/xrownewrelic-ls
Files in xrow/xrownewrelic-ls
Download xrow/xrownewrelic-ls
More information about xrow/xrownewrelic-ls
Files in xrow/xrownewrelic-ls
Vendor xrow
Package xrownewrelic-ls
Short Description Integration with New Relic for eZ Publish
License GPL-2.0
Package xrownewrelic-ls
Short Description Integration with New Relic for eZ Publish
License GPL-2.0
Please rate this library. Is it a good library?
Informations about the package xrownewrelic-ls
xrownewrelic
Integration with New Relic for eZ Publish
- Setup your config.php
- Enter the two operator into your layout.
Place the {newrelic_footer()} tag as close to the top of the HEAD as possible, but after any position-sensitive META tags:
<head>
<meta name="XXX" content="XXX" />
<meta name="XXX" content="XXX" />
<meta name="XXX" content="XXX" />
{newrelic_header()}
</head>
Place at end of the closing body tag.
<body>
<div id="content>...</div>
{newrelic_footer()}
</body>
Sample:
<!DOCTYPE html>
<html>
<head>
{newrelic_header()}
</head>
<body>
{newrelic_footer()}
</body>
</html>
All versions of xrownewrelic-ls with dependencies
PHP Build Version
Package Version
Requires
ezsystems/ezpublish-legacy-installer Version
*
The package xrow/xrownewrelic-ls contains the following files
Loading the files please wait ....