jenssegers / php-proxy

A PHP proxy script with https and post support
https://jenssegers.com
933 stars 266 forks source link

Factory::createAdapter uses wrong namespace #17

Closed leongersen closed 10 years ago

leongersen commented 10 years ago

The 'defaultAdapter' is set to Guzzle, but the GuzzleAdapter exists in the Proxy\Adapter\Guzzle namespace. The Factory looks for it in Proxy\Adapter\.

The default configuration thus throws: Adapter [guzzle] not found.

leongersen commented 10 years ago

Fixed in #16. Thanks.