greggilbert / recaptcha

[ABANDONED] reCAPTCHA Validator for Laravel 5
MIT License
714 stars 197 forks source link

Why not use Google reCaptcha classes inside this ? #121

Closed Hodes closed 8 years ago

Hodes commented 8 years ago

Hi there's a google class to validade recaptcha with Google's logic https://github.com/google/recaptcha. Instead of creating a new logic to validate reCaptcha why not to use google one and use inside this validator ?

Thanks.

greggilbert commented 8 years ago

This package predates the Google one, and I've not had time to rewrite this to use that package.