PHPackages                             ias/newrelic-logger-bundle - 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. ias/newrelic-logger-bundle

AbandonedArchivedSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

ias/newrelic-logger-bundle
==========================

Logs to New Relic in Symfony apps

0.2.0(5y ago)013.2kMITPHPPHP &gt;=7.1

Since Sep 29Pushed 5y ago2 watchersCompare

[ Source](https://github.com/theias/newrelic-logger-bundle)[ Packagist](https://packagist.org/packages/ias/newrelic-logger-bundle)[ RSS](/packages/ias-newrelic-logger-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

ias/newrelic-logger-bundle
==========================

[](#iasnewrelic-logger-bundle)

[![Build Status](https://camo.githubusercontent.com/e1649c42fde6dc270429e5f589d73e009d50e7628deb1db77d8747d5b9235415/68747470733a2f2f7472617669732d63692e6f72672f7468656961732f6e657772656c69632d6c6f676765722d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/theias/newrelic-logger-bundle)

This bundle logs to New Relic in Symfony apps.

Requirements
============

[](#requirements)

- Requirements from [newrelic/monolog-enricher](https://github.com/newrelic/newrelic-monolog-logenricher-php)

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require ias/newrelic-logger-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require ias/newrelic-logger-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    IAS\NewRelicLoggerBundle\IASNewRelicLoggerBundle::class => ['all' => true],
];
```

Create a configuration file to change service defaults:

```
# ias_new_relic_logger.yaml
ias_new_relic_logger:
    buffer_limit: 0
    level: !php/const Monolog\Logger::INFO
```

Options:

- buffer\_limit: see Monolog\\Handler\\BufferHandler
- level: one of the levels defined in Monolog\\Logger

Activate the log handler:

```
monolog:
    handlers:
        newrelic:
            type: service
            id: ias_new_relic_logger.handler
```

Developers
----------

[](#developers)

### Requirements

[](#requirements-1)

- PHP 7
- Composer

### Build

[](#build)

```
composer build

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~91 days

Total

3

Last Release

1867d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e15a195f019cf993ea64399859e4dd15b2c6f825dd36936e79aef1b185329e67?d=identicon)[FrostedMirth](/maintainers/FrostedMirth)

---

Top Contributors

[![junowilderness](https://avatars.githubusercontent.com/u/1977311?v=4)](https://github.com/junowilderness "junowilderness (6 commits)")

### Embed Badge

![Health badge](/badges/ias-newrelic-logger-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ias-newrelic-logger-bundle/health.svg)](https://phpackages.com/packages/ias-newrelic-logger-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M648](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M61](/packages/contao-manager-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
