定制 andrewcarteruk/nomoreleaksbundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

andrewcarteruk/nomoreleaksbundle

Composer 安装命令:

composer require andrewcarteruk/nomoreleaksbundle

包简介

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

README 文档

README

Latest Stable Version Build Status Scrutinizer Code Quality Code Coverage License Total Downloads

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)

Install

Install with composer:

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

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

统计信息

  • 总下载量: 145
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 21
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 21
  • Watchers: 4
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-12-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固