PHPackages                             mohammadv184/arcaptcha - 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. [Security](/categories/security)
4. /
5. mohammadv184/arcaptcha

ActiveLibrary[Security](/categories/security)

mohammadv184/arcaptcha
======================

PHP library for ArCaptcha

v1.0.2(4y ago)92.4k↓34.4%3[1 issues](https://github.com/mohammadv184/arcaptcha/issues)[2 PRs](https://github.com/mohammadv184/arcaptcha/pulls)1MITPHPPHP ^7.3|^8.0

Since Aug 4Pushed 3y ago2 watchersCompare

[ Source](https://github.com/mohammadv184/arcaptcha)[ Packagist](https://packagist.org/packages/mohammadv184/arcaptcha)[ Docs](https://github.com/mohammadv184/arcaptcha)[ RSS](/packages/mohammadv184-arcaptcha/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (1)

PHP ArCaptcha Library
=====================

[](#php-arcaptcha-library)

[![Latest Stable Version](https://camo.githubusercontent.com/b84b1552dc2ddad80676f2dde91bcafa3e23d9fe40382f8906cc1e757af898ac/687474703a2f2f706f7365722e707567782e6f72672f6d6f68616d6d6164763138342f6172636170746368612f76)](https://packagist.org/packages/mohammadv184/arcaptcha)[![Total Downloads](https://camo.githubusercontent.com/93437b14e388517b8118c9e4579364ad464d81fb93a021ddee0c35dd8d30b15d/687474703a2f2f706f7365722e707567782e6f72672f6d6f68616d6d6164763138342f6172636170746368612f646f776e6c6f616473)](https://packagist.org/packages/mohammadv184/arcaptcha)[![Latest Unstable Version](https://camo.githubusercontent.com/18f6777e465ccff661ec4b781442b868751475056f854db5392867157316412f/687474703a2f2f706f7365722e707567782e6f72672f6d6f68616d6d6164763138342f6172636170746368612f762f756e737461626c65)](https://packagist.org/packages/mohammadv184/arcaptcha)[![Build Status](https://camo.githubusercontent.com/83f57882a48572fd25f1160cf96b2779865fd5bc1f44704c74861a591949e7ea/68747470733a2f2f7472617669732d63692e636f6d2f6d6f68616d6d6164763138342f6172636170746368612e7376673f6272616e63683d6d61696e)](https://travis-ci.com/mohammadv184/arcaptcha)[![License](https://camo.githubusercontent.com/77bd67fcd418560635c7c36fbf72095bc8c095410c1d5cf36c0a6550b5a0d88f/687474703a2f2f706f7365722e707567782e6f72672f6d6f68616d6d6164763138342f6172636170746368612f6c6963656e7365)](https://packagist.org/packages/mohammadv184/arcaptcha)

PHP library for ArCaptcha. This package supports `PHP 7.3+`.

List of contents
================

[](#list-of-contents)

- [PHP ArCaptcha Library](#PHP-ArCaptcha-Library)
- [List of contents](#list-of-contents)
    - [Installation](#Installation)
    - [Configuration](#Configuration)
    - [How to use](#how-to-use)
        - [Widget usage](#Widget-usage)
        - [Verifying a response](#Verifying-a-response)
    - [Credits](#credits)
    - [License](#license)

Installation
------------

[](#installation)

Require this package with composer:

```
composer require mohammadv184/arcaptcha
```

Configuration
-------------

[](#configuration)

You can create a new instance by passing the SiteKey and SecretKey from your API. You can get that at

```
use Mohammadv184\ArCaptcha\ArCaptcha;

$ArCaptcha = new ArCaptcha($siteKey, $secretKey);
```

How to use
----------

[](#how-to-use)

How to use ArCaptcha.

### Widget usage

[](#widget-usage)

To show the ArCaptcha on a form, use the class to render the script tag and the widget.

```

```

### Verifying a response

[](#verifying-a-response)

After the post, use the class to verify the response. You get true or false back:

```
if ($ArCaptcha->verify($_POST["arcaptcha-token"])) {
    echo "OK!";
} else {
    echo "FAILED!";
}
```

Credits
-------

[](#credits)

- [Mohammad Abbasi](https://github.com/mohammadv184)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 92% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

3

Last Release

1781d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77800167?v=4)[Mohammad Abbasi](/maintainers/mohammadv184)[@mohammadv184](https://github.com/mohammadv184)

---

Top Contributors

[![mohammadv184](https://avatars.githubusercontent.com/u/77800167?v=4)](https://github.com/mohammadv184 "mohammadv184 (23 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

arcaptchacaptchapersian-captchaphpphp-captchaphp-libraryphpcaptchaarcaptcha

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mohammadv184-arcaptcha/health.svg)

```
[![Health](https://phpackages.com/badges/mohammadv184-arcaptcha/health.svg)](https://phpackages.com/packages/mohammadv184-arcaptcha)
```

###  Alternatives

[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
