PHPackages                             andrewcarteruk/nomoreleaksbundle - 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. andrewcarteruk/nomoreleaksbundle

ActiveSymfony-bundle

andrewcarteruk/nomoreleaksbundle
================================

A Symfony bundle that kills memory leaks using lasers and ninja stars

v0.1.0(9y ago)211451MITPHPPHP &gt;=5.4.0

Since Dec 1Pushed 9y ago4 watchersCompare

[ Source](https://github.com/AndrewCarterUK/NoMoreLeaksBundle)[ Packagist](https://packagist.org/packages/andrewcarteruk/nomoreleaksbundle)[ RSS](/packages/andrewcarteruk-nomoreleaksbundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

NoMoreLeaksBundle - No More Memory Leaks
========================================

[](#nomoreleaksbundle---no-more-memory-leaks)

[![Latest Stable Version](https://camo.githubusercontent.com/25a77ab6f2978d5e6b8d5d980a8599e0b2d55133decf24a7a413f8d3d883af2c/68747470733a2f2f706f7365722e707567782e6f72672f616e64726577636172746572756b2f6e6f6d6f72656c65616b7362756e646c652f762f737461626c65)](https://packagist.org/packages/andrewcarteruk/nomoreleaksbundle)[![Build Status](https://camo.githubusercontent.com/1c6d341b33e00f2077f0652f451fcafadb6188ee5aea103caeef027a176e3fe8/68747470733a2f2f7472617669732d63692e6f72672f416e64726577436172746572554b2f4e6f4d6f72654c65616b7342756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/AndrewCarterUK/NoMoreLeaksBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/20d397ed76aa2bfb1ef6175f65186af48f93ac5dd7c2d4137bd9e2d4c2ce9666/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f416e64726577436172746572554b2f4e6f4d6f72654c65616b7342756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/AndrewCarterUK/NoMoreLeaksBundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/2cac10a98d719c7f37b8ee6c8844cbff25033f7edc17d840670996b4023e2982/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f416e64726577436172746572554b2f4e6f4d6f72654c65616b7342756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/AndrewCarterUK/NoMoreLeaksBundle/?branch=master)[![License](https://camo.githubusercontent.com/b986c25cb70d31c0800e07e25989966f1b37a75cb4295ff5db23e7ddb9997a9b/68747470733a2f2f706f7365722e707567782e6f72672f616e64726577636172746572756b2f6e6f6d6f72656c65616b7362756e646c652f6c6963656e7365)](https://packagist.org/packages/andrewcarteruk/nomoreleaksbundle)[![Total Downloads](https://camo.githubusercontent.com/fc85f8a67abb65692caba9e5762bc5274771071c89e07bb1382e98205c2b3e4e/68747470733a2f2f706f7365722e707567782e6f72672f616e64726577636172746572756b2f6e6f6d6f72656c65616b7362756e646c652f646f776e6c6f616473)](https://packagist.org/packages/andrewcarteruk/nomoreleaksbundle)

This bundle has been created to make it easier to run the Symfony framework in production mode without memory leaks. It currently targets memory leaks in Monolog and Doctrine.

For clarification, this software addresses memory leaks, not vegetable leeks. The latter tends to be less of a problem for software developers.

By [AndrewCarterUK ![(Twitter)](https://camo.githubusercontent.com/6bdedfb2ec11bea20e0fb9720641fd26240465c2361f25955ca995df499d5d20/687474703a2f2f692e696d6775722e636f6d2f77577a583975422e706e67)](https://twitter.com/AndrewCarterUK)

Install
-------

[](#install)

Install with [composer](https://getcomposer.org):

```
composer require andrewcarteruk/nomoreleaksbundle
```

Add to `AppKernel.php`:

```
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
          // ...
          new AndrewCarterUK\NoMoreLeaksBundle\NoMoreLeaksBundle(),
        );

        // ...
    }
// ...
```

Configure
---------

[](#configure)

```
no_more_leaks: ~
```

Which is the same as:

```
no_more_leaks:
    doctrine: ~
    monolog: ~
```

Which is the same as:

```
no_more_leaks:
    doctrine:
        enabled: true
        managers:
            - default
    monolog:
        enabled: true
        channels:
            - app
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

3447d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e7abce428a9dc9c76f4275ca8d8d11ad55138d72f3e3e2b01c6b2da5b479cc0?d=identicon)[AndrewCarterUK](/maintainers/AndrewCarterUK)

---

Top Contributors

[![AndrewCarterUK](https://avatars.githubusercontent.com/u/6486835?v=4)](https://github.com/AndrewCarterUK "AndrewCarterUK (18 commits)")

---

Tags

bundlememorymorenonomoreleaksleaks

### Embed Badge

![Health badge](/badges/andrewcarteruk-nomoreleaksbundle/health.svg)

```
[![Health](https://phpackages.com/badges/andrewcarteruk-nomoreleaksbundle/health.svg)](https://phpackages.com/packages/andrewcarteruk-nomoreleaksbundle)
```

###  Alternatives

[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[kreait/firebase-bundle

Symfony Bundle for the Firebase Admin SDK

1534.7M2](/packages/kreait-firebase-bundle)[sensiolabs/gotenberg-bundle

A Symfony bundle that provides seamless integration with Gotenberg for generating PDFs and screenshots from various sources (HTML, Markdown, Office documents, URLs) with a clean, builder-based API.

210210.4k2](/packages/sensiolabs-gotenberg-bundle)[sineflow/clamav

ClamAV PHP Client for Symfony

10168.5k](/packages/sineflow-clamav)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[cmsig/seal-symfony-bundle

An integration of CMS-IG SEAL search abstraction into Symfony Framework.

15195.8k5](/packages/cmsig-seal-symfony-bundle)

PHPackages © 2026

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