PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   ReactPHP Chat Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ReactPHP Chat Client
Implement a live chat system based on Web Sockets
Author: By
Last change: Http server added, and other improvements
Date: 3 years ago
Size: 602 bytes
 

Contents

Class file image Download
{ "name": "ahmard/chat", "description": "A PHP-based live chat written on top of Ratchet and ReactPHP", "type": "project", "license": "MIT", "require": { "php": "^7.3", "ext-json": "*", "ext-fileinfo": "*", "cboden/ratchet": "^0.4.3", "kevinlebrun/colors.php": "^1.0", "ahmard/reactphp-timers": "^1.0", "react/http": "1.0.0", "react/filesystem": "0.1.1", "voryx/websocketmiddleware": "^2.0", "clue/block-react": "^1.4", "vlucas/phpdotenv": "^5.1", "symfony/console": "^5.1" }, "autoload": { "psr-4": { "App\\": "app/" } } }