PHP Classes

File: vendor/react/event-loop/composer.json

Recommend this page to a friend!
  Classes of butani kartik   PHP WebSockets Server Example   vendor/react/event-loop/composer.json   Download  
File: vendor/react/event-loop/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP WebSockets Server Example
Example to interact with a server using WebSockets
Author: By
Last change:
Date: 2 years ago
Size: 731 bytes
 

Contents

Class file image Download
{ "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" } } }