Download the PHP package weew/http-server without Composer
On this page you can find all versions of the php package weew/http-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download weew/http-server
More information about weew/http-server
Files in weew/http-server
Download weew/http-server
More information about weew/http-server
Files in weew/http-server
Vendor weew
Package http-server
Short Description Simple wrapper for the php's built in http server.
License MIT
Package http-server
Short Description Simple wrapper for the php's built in http server.
License MIT
Please rate this library. Is it a good library?
Informations about the package http-server
HTTP server
Table of contents
- Installation
- Basic usage
- Advanced options
- Related projects
Installation
composer require weew/http-server
Basic usage
To start the server, simply pass in a hostname, desired port and the root directory for your server.
Advanced options
You can tell the server to block current process until the server has started by passing in a $waitForProcess
value. You can also disable the server output completely.
Related Projects
- HTTP Blueprint: spin up a server, serve some content, shutdown the server.
All versions of http-server with dependencies
PHP Build Version
Package Version
Requires
weew/helpers-string Version
^1.0.0
weew/helpers-array Version ^1.0.0
weew/timer Version ^1.0.0
weew/helpers-array Version ^1.0.0
weew/timer Version ^1.0.0
The package weew/http-server contains the following files
Loading the files please wait ....