poc-api-proxy/README.md

308 B

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