gtdxyz / hcaptcha
Library for hCaptcha.
Installs: 588
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/gtdxyz/hcaptcha
Requires
- php: >=7.4
- ext-curl: *
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^5.7
README
## hCaptcha PHP library Library for hCaptcha. Uses curl for requests and PHP 7.4+, compatible with any frameworks like Laravel, Yii2, Symfony and etc. ## Installation ``` composer require gtdxyz/hcaptcha ``` ## How to use Read guide to know how to use that library