2017 © Pedro Peláez
 

symfony-bundle nomoreleaksbundle

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

image

andrewcarteruk/nomoreleaksbundle

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

  • Friday, December 2, 2016
  • by AndrewCarterUK
  • Repository
  • 5 Watchers
  • 28 Stars
  • 127 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

NoMoreLeaksBundle - No More Memory Leaks

Latest Stable Version Build Status Scrutinizer Code Quality Code Coverage License Total Downloads, (*1)

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., (*2)

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

By AndrewCarterUK (Twitter), (*4)

Install

Install with composer:, (*5)

composer require andrewcarteruk/nomoreleaksbundle

Add to AppKernel.php:, (*6)

// app/AppKernel.php

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

        // ...
    }
// ...

Configure

no_more_leaks: ~

Which is the same as:, (*7)

no_more_leaks:
    doctrine: ~
    monolog: ~

Which is the same as:, (*8)

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

The Versions

02/12 2016

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle memory no nomoreleaks leaks more

02/12 2016

dev-test-suite

dev-test-suite

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

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle memory no nomoreleaks leaks more

02/12 2016

v0.1.0

0.1.0.0

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

  Sources   Download

MIT

The Requires

 

bundle memory no nomoreleaks leaks more