Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2021-02-09 (11 hours ago) | | Not yet rated by the users | | Total: Not yet counted | | Not yet ranked |
|
Description | | Author |
This package implements a pure PHP HTTP server using ReactPHP library.
It can start listening to HTTP requests on a given IP address and port number and processes the request by calling code that generates the HTTP responses.
Applications may register listener functions or controller classes to handle specific types of events like errors, requests sent to given URL path patterns, or form submission handling. | |
|
|
Innovation award
Nominee: 4x |
|
Details
_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.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.