2017 © Pedro Peláez
 

lithium-library li3_newrelic

A Lithium PHP plug for New Relic

image

mdx-dev/li3_newrelic

A Lithium PHP plug for New Relic

  • Tuesday, March 8, 2016
  • by mdx-dev
  • Repository
  • 70 Watchers
  • 2 Stars
  • 22,431 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

li3_newrelic

New Relic plugin for Lithium PHP applications., (*1)

Build Status, (*2)

Installation

Composer

~~~ json { "require": { ... "mdx-dev/li3_newrelic": "dev-master" ... } }, (*3)

~~~ bash
php composer.phar install

Submodule

~~~ bash git submodule add git://github.com/mdx-dev/li3_newrelic.git libraries/li3_newrelic, (*4)


### Clone Directly ~~~ bash git clone git://github.com/mdx-dev/li3_newrelic.git libraries/li3_newrelic

Setting up

If you do not provide a shouldRun key a generic closure will be provided identical to the example below., (*5)

~~~ php function() { return Environment::is('production') && extension_loaded('newrelic'); } )); // ... ?>, (*6)


## Usage The `Newrelic` extension puts an OO wrapper around their built in function calls so calling `Newrelic::notice_error` calls `newrelic_notice_error`. Here is an available list of [php newrelic functions](https://newrelic.com/docs/php/the-php-api). ~~~ php

The Versions

08/03 2016

dev-master

9999999-dev https://github.com/mdx-dev/li3_newrelic/blob/master/README.md

A Lithium PHP plug for New Relic

  Sources   Download

The BSD License

The Requires

 

newrelic monitoring lithium li3

30/12 2015

dev-stable

dev-stable https://github.com/mdx-dev/li3_newrelic/blob/master/README.md

A Lithium PHP plug for New Relic

  Sources   Download

The BSD License

The Requires

 

newrelic monitoring lithium li3