gtdxyz / hcaptcha
Library for hCaptcha.
1.2
2024-02-23 14:49 UTC
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