1
0
Derivar 0
Ir para o ficheiro
Simon Vieille 428d2e5cab
Readme and makefile
2017-11-08 20:43:46 +01:00
Makefile Readme and makefile 2017-11-08 20:43:46 +01:00
README.md Readme and makefile 2017-11-08 20:43:46 +01:00
composer.json POC done! 2017-10-23 22:31:07 +02:00
index.php Fix issues with assets and remote host as envvar (PHP_PROXY_REMOTEHOST) 2017-11-08 20:34:48 +01:00

README.md

A simple PHP HTTP proxy.

Installation

$ git clone https://gitnet.fr/deblan/poc-api-proxy.git
$ export COMPOSER=/path/to/composer # default is "composer"
$ make install

Usage

$ export PHP_PROXY_REMOTEHOST=https://example.tld
$ export PHP=/path/to/php # default is "php"
$ make server