PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Simple React PHP HTTP Server   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple React PHP HTTP Server
Pure PHP HTTP server using ReactPHP library
Author: By
Last change:
Date: 3 years ago
Size: 376 bytes
 

Contents

Class file image Download
{ "require": { "php": "^7.4", "react/http": "^1.2", "ahmard/quick-route": "^2.5", "wyrihaximus/react-http-middleware-webroot-preload": "^2.1", "thecodingmachine/safe": "^1.3" }, "autoload": { "psr-4": { "App\\": "app/" } }, "require-dev": { "phpstan/phpstan": "^0.12.65" } }