{ "name": "rdlowrey/alert", "homepage": "https://github.com/rdlowrey/alert", "description": "Event loops and stream IO reactors for non-blocking PHP applications", "keywords": [ "non-blocking", "libevent", "libuv", "async" ], "license": "MIT", "authors": [ { "name": "Daniel Lowrey", "email": "rdlowrey@php.net", "role": "Creator / Lead Developer" } ], "require": { "php": ">=5.4.0" }, "autoload": { "psr-4": { "Alert\\": "lib/" } }, "branch-alias": { "dev-master": "0.10.x-dev" }, "repositories": [ { "type": "vcs", "url": "https://github.com/rdlowrey/Alert.git" } ] }