recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

PHP Deprecated:

Open lxregistry opened this issue 1 year ago • 2 comments

PHP Deprecated: ReCaptcha\ReCaptcha::__construct(): Implicitly marking parameter $requestMethod as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/mysite.com/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php on line 139

lxregistry avatar Jan 24 '25 06:01 lxregistry

A PR was submitted for this issue, but this library looks dead. Also Google is sunsetting this API at the end of 2025. Going forward you will be required to use the Enterprise version. Google is emailing upgrade info to everyone in the near future. In the meantime, if you want a PHP 8.4 compatible library, check out:

phpfui/recaptcha

Should be a drop in replacement. Just replace google with phpfui in your composer.json file and change the version to ^2.0.

Let me know of any issues.

phpfui avatar Feb 20 '25 23:02 phpfui

Solved in https://github.com/google/recaptcha/pull/575, this can be close

VincentLanglet avatar Jul 06 '25 15:07 VincentLanglet