1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
Go to file
2013-11-27 12:14:54 -05:00
examples Initial release commit 2013-08-07 00:17:57 -04:00
src/Alert Merge branch 'assorted_tweaks' of git://github.com/leight/Alert into leight-assorted_tweaks 2013-11-17 18:00:41 -05:00
test/unit Removed unnecessary intermediary garbage storage 2013-11-17 17:58:41 -05: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 Updated changelog and readme for v0.3.0 2013-11-27 12:14:54 -05: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 Updated changelog and readme for v0.3.0 2013-11-27 12:14:54 -05:00

Alert

Alert provides native and libevent event reactors for powering event-driven PHP applications and servers. The Alert\Reactor exposes a simple API for performant non-blocking and asynchronous execution in a wide variety of PHP environments.

FEATURES

Alert adds the following functionality to the evented PHP space:

  • Pausing/resuming individual timers or stream IO observers
  • Assigning multiple watchers for individual streams

DEPENDENCIES

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