graviton / php-proxy
A very simple guzzle based php-proxy using PSR interfaces.
Installs: 8 711
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
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).