omgnull / php-libevent
OOP wrapper for pecl libevent library http://pecl.php.net/package/libevent for php console applications
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 3
Open Issues: 0
pkg:composer/omgnull/php-libevent
Requires
- php: >=5.3
- ext-libevent: *
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-12-20 19:59:24 UTC
README
This is php OOP wrapper for pecl libevent library http://pecl.php.net/package/libevent, used in php cli applications. Documentation page: http://pecl.php.net/package/libevent
Not tested on libevent >= v2.*
For php >= 5.4 you can use an Event native classes, also requires libevent library >= 2+:
Requirements:
- php version >= 5.3.*
- libevent library (http://libevent.org/)
- libevent extension
- posix extension (optional)
TODO:
- Buffer events (not working correctly)
- Examples
- More tests
p.s. do not use it for web apps :D