Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phpgt/server
Development HTTP server.
https://github.com/phpgt/server
development-server http-server localhost php-server
Last synced: 4 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T18:11:35.000Z (9 months ago)
- Last Synced: 2024-12-17T06:57:36.785Z (about 1 month ago)
- Topics: development-server, http-server, localhost, php-server
- Language: PHP
- Homepage: https://www.php.gt/server
- Size: 82 KB
- Stars: 0
- Watchers: 3
- 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.