PHPackages                             private-captcha/private-captcha-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. private-captcha/private-captcha-php

ActiveLibrary

private-captcha/private-captcha-php
===================================

PHP client for server-side usage of Private Captcha API

v0.0.10(4mo ago)11.7k↑66.7%[1 issues](https://github.com/PrivateCaptcha/private-captcha-php/issues)[1 PRs](https://github.com/PrivateCaptcha/private-captcha-php/pulls)1MITPHPPHP &gt;=8.2CI passing

Since Aug 20Pushed 1mo agoCompare

[ Source](https://github.com/PrivateCaptcha/private-captcha-php)[ Packagist](https://packagist.org/packages/private-captcha/private-captcha-php)[ RSS](/packages/private-captcha-private-captcha-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (13)Used By (1)

Private Captcha for PHP
=======================

[](#private-captcha-for-php)

[![CI](https://github.com/PrivateCaptcha/private-captcha-php/actions/workflows/ci.yml/badge.svg)](https://github.com/PrivateCaptcha/private-captcha-php/actions)[![Packagist Version](https://camo.githubusercontent.com/2a84d5e2f54aee66321557363a4d26220729fa5c3c69a4f4c6058da0371acddd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707269766174652d636170746368612f707269766174652d636170746368612d706870)](https://packagist.org/packages/private-captcha/private-captcha-php)

PHP client for server-side verification of Private Captcha solutions.

Please check the [official documentation](https://docs.privatecaptcha.com/docs/integrations/php/) for the in-depth and up-to-date information.

Quick Start
-----------

[](#quick-start)

- Install private captcha package using composer ```
    composer require private-captcha/private-captcha-php
    ```
- Verify captcha solution using `Client` class and `verify()` method ```
