phpgt / server
Development HTTP server.
Fund package maintenance!
PhpGt
Installs: 2 755
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 4
Requires
- php: >=8.0
- phpgt/cli: ^1.3.5
Requires (Dev)
- phpmd/phpmd: ^2.13
- phpstan/phpstan: v1.10
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2024-10-11 19:05:48 UTC
README
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 you can start the server on its own with the gt serve
command, or with the other background processes with the gt run
command.