1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
Go to file
2013-11-15 00:15:17 +00:00
examples Initial release commit 2013-08-07 00:17:57 -04:00
src/Alert Checking one array, but using another 2013-11-15 00:15:17 +00:00
test/unit libevent reactor forking cleanup/fixes/refactoring 2013-09-12 19:59:05 -04:00
.gitignore Initial release commit 2013-08-07 00:17:57 -04:00
autoload.php Initial release commit 2013-08-07 00:17:57 -04:00
CHANGELOG.md Reactor instance now passed to event callbacks 2013-09-08 09:46:25 -04:00
composer.json Initial release commit 2013-08-07 00:17:57 -04:00
LICENSE Initial release commit 2013-08-07 00:17:57 -04:00
phpunit.xml Initial release commit 2013-08-07 00:17:57 -04:00
README.md Added Forkable interface for managing libevent resource forking 2013-08-29 02:42:10 -04:00

Alert

Alert provides both native and libevent event reactors for powering event-driven PHP applications and servers. The Alert\Reactor exposes a simple API allowing performant non-blocking and asynchronous execution across operating systems and extension environments.

DEPENDENCIES

  • PHP 5.4+
  • (optional) PECL libevent for faster evented execution and high-volume descriptor observations. Windows libevent extension DLLs 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.2.*