thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.91k stars 925 forks source link

Socks / Egress Proxy #641

Open mattjamesaus opened 3 years ago

mattjamesaus commented 3 years ago

Just adding a feature request here, it would be good if this supported a Socks proxy configuration that could be set at a global level.

Reason being for PCI purposes we require CDE data to be proxied via a whitelist - this is done via our SOCKS proxy, it would be great if we could pass through proxy params and have the entire request lifecycle managed via this method.