EWZRecaptchaBundle
EWZRecaptchaBundle copied to clipboard
Make use of curl if available
The bundles currently uses file_get_contents as only method.
At least a switch to use curl should be available.
Maybe we should rely on HttpPlug (http://docs.php-http.org/) instead?
I agree. Google themselves have a nice implementation for this too https://github.com/google/recaptcha