medehghani/alert
Composer 安装命令:
composer require medehghani/alert
包简介
Event loops for event-driven/async PHP
README 文档
README
Alert provides native and libevent event reactors for powering event-driven PHP applications and servers.
WHY?
Buffer and event-emmitter abstractions -- though user-friendly -- are unfortunately slow in userland. Performant PHP servers cannot compete (in terms of speed) with the likes of Node.js where such features are compiled. Alert eschews such features and provides only non-blocking IO and timer events to avoid enforcing OOP slowness on the overlaid application. It's a stripped down, no-frills event reactor without a learning curve that "just works."
FEATURES
Alert adds the following functionality to PHP's non-blocking IO space:
- Pausing/resuming individual timers or stream IO observers
- Assigning multiple watchers for individual streams
DEPENDENCIES
- PHP 5.4+
- (optional) PECL libevent for faster evented execution and high-volume descriptor reactions. Windows libevent extension DLLs are available here
INSTALLATION
Git:
$ git clone https://github.com/rdlowrey/alert.git
Manual Download:
Manually download from the tagged release section.
Composer:
$ php composer.phar require rdlowrey/alert:0.3.*
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-16