omgnull / php-libevent
OOP wrapper for pecl libevent library http://pecl.php.net/package/libevent for php console applications
dev-master
2013-03-18 20:36 UTC
Requires
- php: >=5.3
- ext-libevent: *
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-07-05 17:53:15 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