No description
- PHP 94.4%
- Makefile 5.6%
| composer.json | ||
| index.php | ||
| Makefile | ||
| 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