https://github.com/phpgt/server
Development HTTP server.
https://github.com/phpgt/server
development-server http-server localhost php-server
Last synced: 5 months ago
JSON representation
Development HTTP server.
- Host: GitHub
- URL: https://github.com/phpgt/server
- Owner: phpgt
- License: mit
- Created: 2019-01-29T16:52:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T18:11:35.000Z (over 1 year ago)
- Last Synced: 2025-03-07T12:08:36.866Z (10 months ago)
- Topics: development-server, http-server, localhost, php-server
- Language: PHP
- Homepage: https://www.php.gt/server
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Development HTTP server.
========================
This webserver is for use with WebEngine projects. Starting the server executes the PHP inbuilt server and uses the WebEngine `go.php` entry point as the router script.
When requiring this project directly using Composer, run the server by calling `vendor/bin/serve`. If you're using the [PHP.Gt Installer](https://www.php.gt/installer) you can start the server on its own with the `gt serve` command, or with the other background processes with the `gt run` command.