I am thinking of deploying Google's reCAPTCHA V2, but I have a question because I am worried about licensing.
I'm thinking of using reCAPTCHA on a commercial site, but are there any restrictions such as commercial use?V1 seems to be published with a BSD license with the source code GitHub, but I don't understand V2.
I looked it up on the Internet, but there was nothing clearly written on it, so I asked you a question.If anyone knows, please take care of me.
license recaptcha
There is a link in the comment, but it is available free of charge as long as it complies with Google APIs Terms of Service.
Also, the PHP client library itself has version v1.1.2, but the endpoint is v2, so it supports reCAPTCHA V2.
https://github.com/google/recaptcha/blob/master/src/ReCaptcha/RequestMethod/SocketPost.php#L48
© 2024 OneMinuteCode. All rights reserved.