mitloshuk/hcaptcha

Library for hCaptcha, a service that protects websites from spam, protects user privacy, rewards websites, and helps companies get their data labeled

1.2.2 2021-03-22 11:39 UTC

This package is auto-updated.

Last update: 2024-03-22 18:05:40 UTC


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