kelunik/gateway

This package is abandoned and no longer maintained. No replacement package was suggested.

v0.1.1 2018-12-23 14:43 UTC

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 via php-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.