graviton/php-proxy

This package is abandoned and no longer maintained. The author suggests using the graviton/common-bundle package instead.

A very simple guzzle based php-proxy using PSR interfaces.

v2.1.0 2020-11-25 12:00 UTC

This package is auto-updated.

Last update: 2021-08-19 06:20:37 UTC


README

This is a very simple php proxy to forward requests to another URL.

It's basically an excerpt from jenssegers/php-proxy (thanks!) to only the minimal stuff we need and fixed to Guzzle (no more adapter interfaces).