PHPackages                             xohotech/caitcha-bundle - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. xohotech/caitcha-bundle

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

xohotech/caitcha-bundle
=======================

This bundle adds a form type for invisible bot protection with honeypot and time diff methods.

04PHP

Since May 8Pushed 7y agoCompare

[ Source](https://github.com/razasaleem450/caitcha-bundle)[ Packagist](https://packagist.org/packages/xohotech/caitcha-bundle)[ RSS](/packages/xohotech-caitcha-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

MktCodeCaitchaBundle
====================

[](#mktcodecaitchabundle)

This bundle adds a form type for invisible bot protection with honeypot and time diff methods.

> caitcha: completely automated invisible test to tell computers and humans apart

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

[](#installation)

Install with composer:

```
require: {
    "mktcode/caitcha-bundle": "1.1"
}

```

Register the bundle in `app/AppKernel.php`:

```
$bundles = array(
    // ...
    new MktCode\CaitchaBundle\MktCodeCaitchaBundle(),
);

```

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

[](#configuration)

You have two possible options to configure this Bundle. One is the honeypot field name, the other one is the minimum amount of time it has to take to fill in a caitcha-protected form.

```
# app/config/config.yml
mktcode_caitcha:
    honeypot_name: "my_honeypot_field" # defaults to "honey"
    minimum_time: 10 # defaults to 10

```

Usage
-----

[](#usage)

In your FormType just add a caitcha field:

```
$builder->add('caitcha', 'caitcha');

```

Contribution
------------

[](#contribution)

This is my first shared symfony bundle, so feel free to address any deployment/dependency issues whatsoever. Also if there are other methods (I know there are...) that definitely must be implemented let me know.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1efa18b7f795eda1b796ee82ad6b03f452c8d63cb3ed6c64d9d7ed1b20688bf5?d=identicon)[razasaleem450](/maintainers/razasaleem450)

---

Top Contributors

[![razasaleem450](https://avatars.githubusercontent.com/u/38685304?v=4)](https://github.com/razasaleem450 "razasaleem450 (3 commits)")

### Embed Badge

![Health badge](/badges/xohotech-caitcha-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/xohotech-caitcha-bundle/health.svg)](https://phpackages.com/packages/xohotech-caitcha-bundle)
```

###  Alternatives

[webmozart/assert

Assertions to validate method input/output with nice error messages.

7.6k894.0M1.2k](/packages/webmozart-assert)[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k15.9M104](/packages/bensampo-laravel-enum)[swaggest/json-schema

High definition PHP structures with JSON-schema based validation

48612.5M73](/packages/swaggest-json-schema)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)[crazybooot/base64-validation

Laravel validators for base64 encoded files

1341.9M8](/packages/crazybooot-base64-validation)

PHPackages © 2026

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