PHPackages                             mdx-dev/li3\_newrelic - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. mdx-dev/li3\_newrelic

AbandonedArchivedLithium-library[Logging &amp; Monitoring](/categories/logging)

mdx-dev/li3\_newrelic
=====================

A Lithium PHP plug for New Relic

226.0k1[1 issues](https://github.com/mdx-dev/li3_newrelic/issues)PHP

Since Dec 30Pushed 10y ago8 watchersCompare

[ Source](https://github.com/mdx-dev/li3_newrelic)[ Packagist](https://packagist.org/packages/mdx-dev/li3_newrelic)[ RSS](/packages/mdx-dev-li3-newrelic/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

li3\_newrelic
-------------

[](#li3_newrelic)

New Relic plugin for Lithium PHP applications.

[![Build Status](https://camo.githubusercontent.com/11a2104c028fb5fc4234cc744c06ddc7860b19ba2b26238ee49ca070963cb0d1/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6d64782d6465762f6c69335f6e657772656c69632e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/mdx-dev/li3_newrelic)

Installation
------------

[](#installation)

### Composer

[](#composer)

```
{
    "require": {
        ...
        "mdx-dev/li3_newrelic": "dev-master"
        ...
    }
}
```

```
php composer.phar install
```

### Submodule

[](#submodule)

```
git submodule add git://github.com/mdx-dev/li3_newrelic.git libraries/li3_newrelic
```

### Clone Directly

[](#clone-directly)

```
git clone git://github.com/mdx-dev/li3_newrelic.git libraries/li3_newrelic
```

Setting up
----------

[](#setting-up)

If you do not provide a `shouldRun` key a generic closure will be provided identical to the example below.

```
