{ "name": "react/event-loop", "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", "keywords": ["event-loop", "asynchronous"], "license": "MIT", "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35" }, "suggest": { "ext-event": "~1.0 for ExtEventLoop", "ext-pcntl": "For signal handling support when using the StreamSelectLoop", "ext-uv": "* for ExtUvLoop" }, "autoload": { "psr-4": { "React\\EventLoop\\": "src" } }, "autoload-dev": { "psr-4": { "React\\Tests\\EventLoop\\": "tests" } } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
examples | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitignore | File | 33 B | 0644 |
|
.travis.yml | File | 839 B | 0644 |
|
CHANGELOG.md | File | 11.96 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 24.98 KB | 0644 |
|
composer.json | File | 731 B | 0644 |
|
phpunit.xml.dist | File | 637 B | 0644 |
|
travis-init.sh | File | 1.59 KB | 0755 |
|