Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/libgraviton/php-proxy

A very simple guzzle based php-proxy using PSR interfaces
https://github.com/libgraviton/php-proxy

Last synced: about 2 months ago
JSON representation

A very simple guzzle based php-proxy using PSR interfaces

Awesome Lists containing this project

README

        

# php-proxy

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

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