poc-api-proxy/README.md

18 lines
308 B
Markdown
Raw Permalink Normal View History

2017-11-08 20:43:46 +01:00
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
```