PHP Classes

File: vendor/react/stream/composer.json

Recommend this page to a friend!
  Classes of butani kartik   PHP WebSockets Server Example   vendor/react/stream/composer.json   Download  
File: vendor/react/stream/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: 749 bytes
 

Contents

Class file image Download
{ "name": "react/stream", "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", "keywords": ["event-driven", "readable", "writable", "stream", "non-blocking", "io", "pipe", "ReactPHP"], "license": "MIT", "require": { "php": ">=5.3.8", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", "evenement/evenement": "^3.0 || ^2.0 || ^1.0" }, "require-dev": { "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35", "clue/stream-filter": "~1.2" }, "autoload": { "psr-4": { "React\\Stream\\": "src" } }, "autoload-dev": { "psr-4": { "React\\Tests\\Stream\\": "tests" } } }