Download the PHP package aza/libevent without Composer
On this page you can find all versions of the php package aza/libevent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package libevent
AzaLibEvent
Simple, powerful and easy to use OOP wrapper for the LibEvent PHP bindings.
https://github.com/Anizoptera/AzaLibEvent
Table of Contents
- Introduction
- Requirements
- Installation
- Examples
- Polling STDIN using basic API
- Polling STDIN using buffered event API
- Credits
- License
- Links
Introduction
Main features:
- Convenient, fully documented and tested in production API;
- Timers and intervals system (look at
EventBase::timerAdd
); - Special base reinitializing for forks (look at
EventBase::reinitialize
); - Error handling with exceptions;
- Automatic resources cleanup;
Requirements
- PHP 5.2.0 (or later);
- libevent;
Installation
The recommended way to install AzaLibEvent is through composer. You can see package information on Packagist.
Examples
Example #1 - Polling STDIN using basic API
See examples/basic_api.php
Example #2 - Polling STDIN using buffered event API
See examples/buffered_api.php
Credits
AzaLibEvent is a part of Anizoptera CMF, written by Amal Samally (amal.samally at gmail.com) and AzaGroup team.
License
Released under the MIT license.
Links
- Composer package
- Last build on the Travis CI
- Project profile on the Ohloh
- Other Anizoptera CMF components on the GitHub / Packagist
- (RU) AzaGroup team blog
All versions of libevent with dependencies
PHP Build Version
Package Version
The package aza/libevent contains the following files
Loading the files please wait ....