icicleio/log
最新稳定版本:v0.1.0
Composer 安装命令:
composer require icicleio/log
包简介
Asynchronous logging interface for Icicle.
关键字:
README 文档
README
This library is a component for Icicle, providing an asynchronous logging interface and implementation based on Icicle's stream package. Like other Icicle components, this library uses Coroutines built from Awaitables and Generators to make writing asynchronous code more like writing synchronous code.
Documentation and Support
Requirements
- PHP 5.5+ for v0.1.x branch (current stable) and v1.x branch (mirrors current stable)
- PHP 7 for v2.0 (master) branch supporting generator delegation and return expressions
Installation
The recommended way to install is with the Composer package manager. (See the Composer installation guide for information on installing and using Composer.)
Run the following command to use this library in your project:
composer require icicleio/log
You can also manually edit composer.json to add this library as a project requirement.
// composer.json { "require": { "icicleio/log": "^0.1" } }
统计信息
- 总下载量: 42.39k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-12