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: 69 415

Dependents: 3

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 4

Open Issues: 1

pkg:composer/mitloshuk/hcaptcha

1.2.2 2021-03-22 11:39 UTC

This package is auto-updated.

Last update: 2025-09-22 21:08:02 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