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
Requires
- guzzlehttp/guzzle: ~6|~7
- laminas/laminas-diactoros: ~2
- psr/http-message: ^1.0
Requires (Dev)
- libgraviton/codesniffer: ~2
- phpunit/phpunit: ^5.7.0
- squizlabs/php_codesniffer: ~3
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).