mitloshuk / hcaptcha
Library for hCaptcha, a service that protects websites from spam, protects user privacy, rewards websites, and helps companies get their data labeled
Installs: 52 522
Dependents: 3
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 4
Open Issues: 0
Requires
- php: >=5.6
- ext-curl: *
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^5.7
README
Library for hCaptcha, a service that protects websites from spam, protects user privacy, rewards websites, and helps companies get their data labeled
Uses curl
for requests and PHP 5.6+
, compatible with any frameworks like Laravel, Yii2, Symfony and etc.
Installation
The preferred way to install this extension is through composer
Either run
composer require mitloshuk/hcaptcha
or add
"mitloshuk/hcaptcha": "^1.2"
to the require section of your composer.json
file.
How to use
Read guide to know how to use that library