kelunik / gateway
This package is abandoned and no longer maintained.
No replacement package was suggested.
v0.1.1
2018-12-23 14:43 UTC
Requires
- ext-pcntl: *
- amphp/amp: ^2.1
- amphp/http-server: ^1.0
- amphp/http-server-router: ^1.0
- amphp/http-server-static-content: ^1.0
- amphp/log: ^1.0
- amphp/process: ^1.0
- amphp/sync: ^1.0
- league/climate: ^3.4
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2024-04-08 06:10:41 UTC
README
Gateway is an HTTP server that can be used to replace the built-in PHP web server for development purposes. It's not suitable for production environments.
Usage
php -dzend.assertions=-1 bin/gateway -d $PWD/public -s $PWD/public/index.php -e development
Requirements
- PHP 7.0
php-cgi
, as requests are currently processed viaphp-cgi
Security
If you discover any security related issues, please email me@kelunik.com
instead of using the issue tracker.
License
The MIT License (MIT). Please see LICENSE
for more information.