Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 273 Bytes

File metadata and controls

8 lines (4 loc) · 273 Bytes

php-proxy

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).