定制 luoxiaojun1992/monolog-co-stream-handler 二次开发

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

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

luoxiaojun1992/monolog-co-stream-handler

最新稳定版本:v1.0.19

Composer 安装命令:

composer require luoxiaojun1992/monolog-co-stream-handler

包简介

Monolog Coroutine Stream Handler

README 文档

README

Build Status

中文版

描述

Monolog coroutine stream handler based on swoole coroutine.

环境依赖

  1. Swoole2.1.0+ (编译时请添加参数 --enable-openssl --enable-coroutine)
  2. PHP7.1+
  3. 勿同时安装opencensus扩展,经测试有内存泄漏问题

安装

composer require "luoxiaojun1992/monolog-co-stream-handler:*"

或添加 requirement 到 composer.json

{
  "require": {
    "luoxiaojun1992/monolog-co-stream-handler": "*"
  }
}

使用示例

请参考 tests/HandlerTests.php

English Version

Description

Monolog coroutine stream handler based on swoole coroutine.

Requirements

  1. Swoole2.1.0+ (compile with arguments --enable-openssl --enable-coroutine)
  2. PHP7.1+
  3. Don't install opencensus extension to avoiding memory leak.

Installation

composer require "luoxiaojun1992/monolog-co-stream-handler:*"

or add a requirement to composer.json

{
  "require": {
    "luoxiaojun1992/monolog-co-stream-handler": "*"
  }
}

Usage

Please see tests/HandlerTests.php.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2018-06-20