anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.77k stars 233 forks source link

no need for Guzzle #63

Closed akiyamaSM closed 7 years ago

akiyamaSM commented 7 years ago

You can still use it without the help of Guzzle, simpler and faster that way.

anhskohbo commented 7 years ago

Use file_get_contents seem have issues with PHP 5.6 (see https://github.com/anhskohbo/no-captcha/issues/53)

akiyamaSM commented 7 years ago

Thank you for your feed back.