NicklasWallgren / PokemonGoAPI-PHP

Pokemon Go API PHP library
BSD 2-Clause "Simplified" License
130 stars 51 forks source link

Added support for setting a proxy via .env file #83

Closed DrDelay closed 8 years ago

DrDelay commented 8 years ago

Rather easy since Guzzle supports it.

Tested with a simple SOCKS5 proxy opened through PLINK and PROXY=socks5://localhost:1080 in .env, worked.

NicklasWallgren commented 8 years ago

Great :)