2017 © Pedro Peláez
 

library monolog-co-stream-handler

Monolog Coroutine Stream Handler

image

luoxiaojun1992/monolog-co-stream-handler

Monolog Coroutine Stream Handler

  • Friday, July 27, 2018
  • by luoxiaojun1992
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

monolog-co-stream-handler

Build Status, (*1)

中文版

描述

Monolog coroutine stream handler based on swoole coroutine., (*2)

环境依赖

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

安装

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

或添加 requirement 到 composer.json, (*3)

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

使用示例

请参考 tests/HandlerTests.php, (*4)

English Version

Description

Monolog coroutine stream handler based on swoole coroutine., (*5)

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

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

Usage

Please see tests/HandlerTests.php., (*7)

The Versions

27/07 2018

dev-master

9999999-dev

Monolog Coroutine Stream Handler

  Sources   Download

proprietary

The Requires