PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Simple React PHP HTTP Server   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Simple React PHP HTTP Server
Pure PHP HTTP server using ReactPHP library
Author: By
Last change:
Date: 3 years ago
Size: 610 bytes
 

Contents

Class file image Download

_Simple ReactPHP Http Server_

A simple http server written with pure PHP and with the help of ReactPHP.

<ol> <li><a href="#Installation">Installation</a></li> </ol>

Installation

Make sure that you have composer installed

Clone repository

gti clone https://github.com/Ahmard/reactphp-simple-http-server

Navigate to the directory

cd reactphp-simple-http-server

Install composer dependencies

composer install

Start server

php server.php

Visit http://localhost:8181 and see.