omgnull/php-libevent

OOP wrapper for pecl libevent library http://pecl.php.net/package/libevent for php console applications

Maintainers

Package info

github.com/omgnull/php-libevent

pkg:composer/omgnull/php-libevent

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 0

dev-master 2013-03-18 20:36 UTC

This package is not auto-updated.

Last update: 2026-03-28 21:28:30 UTC


README

Build Status

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