{ "name": "react/promise-timer", "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.", "keywords": ["Promise", "timeout", "timer", "event-loop", "ReactPHP", "async"], "homepage": "https://github.com/react/promise-timer", "license": "MIT", "authors": [ { "name": "Christian Lück", "email": "christian@lueck.tv" } ], "autoload": { "psr-4": { "React\\Promise\\Timer\\": "src/" }, "files": [ "src/functions.php" ] }, "autoload-dev": { "psr-4": { "React\\Tests\\Promise\\Timer\\": "tests/" } }, "require": { "php": ">=5.3", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", "react/promise": "~2.1|~1.2" }, "require-dev": { "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitignore | File | 23 B | 0644 |
|
.travis.yml | File | 398 B | 0644 |
|
CHANGELOG.md | File | 1.1 KB | 0644 |
|
LICENSE | File | 1.06 KB | 0644 |
|
README.md | File | 12.58 KB | 0644 |
|
composer.json | File | 869 B | 0644 |
|
phpunit.xml.dist | File | 507 B | 0644 |
|