PHPackages                             neto737/xeoncaptcha - 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. neto737/xeoncaptcha

ActiveLibrary[Security](/categories/security)

neto737/xeoncaptcha
===================

A simple CAPTCHA system written in PHP

1.1.3(2y ago)21742GPL-3.0PHPPHP &gt;=7.0CI passing

Since Jun 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/neto737/xeonCAPTCHA)[ Packagist](https://packagist.org/packages/neto737/xeoncaptcha)[ RSS](/packages/neto737-xeoncaptcha/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)DependenciesVersions (8)Used By (0)

xeonCAPTCHA
===========

[](#xeoncaptcha)

A simple CAPTCHA system written in PHP.

[![Latest Stable Version](https://camo.githubusercontent.com/a3724f3b6084c4b0269d0bb133a5a2ee8fe424010983970bc823474edd13c02a/68747470733a2f2f706f7365722e707567782e6f72672f6e65746f3733372f78656f6e636170746368612f76657273696f6e)](https://packagist.org/packages/neto737/xeoncaptcha) [![Total Downloads](https://camo.githubusercontent.com/d3fddc9e650c20df4fc38ff89bef284aa4db990be9e24b8cbdab6367dde9729d/68747470733a2f2f706f7365722e707567782e6f72672f6e65746f3733372f78656f6e636170746368612f646f776e6c6f616473)](https://packagist.org/packages/neto737/xeoncaptcha) [![Latest Unstable Version](https://camo.githubusercontent.com/68bb0105836597f29a91adfd5bfca475af0dd896147734ff3484a7642ae27381/68747470733a2f2f706f7365722e707567782e6f72672f6e65746f3733372f78656f6e636170746368612f762f756e737461626c65)](//packagist.org/packages/neto737/xeoncaptcha) [![License](https://camo.githubusercontent.com/179f95c2d9db054528c37db5215493db89257c88ff2898d349772c64b7205d24/68747470733a2f2f706f7365722e707567782e6f72672f6e65746f3733372f78656f6e636170746368612f6c6963656e7365)](https://packagist.org/packages/neto737/xeoncaptcha)

Requirements
------------

[](#requirements)

- PHP 7.0 or earlier with:
    - GD

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

[](#installation)

To install the xeonCAPTCHA, you will need to be using [Composer](http://getcomposer.org/) in your project. If you aren't using Composer yet, it's really simple! Here's how to install composer and the xeonCAPTCHA.

```
# Install Composer
curl -sS https://getcomposer.org/installer | php

# Add the xeonCAPTCHA as a dependency
php composer.phar require neto737/xeoncaptcha
```

Next, require Composer's autoloader, in your application, to automatically load the xeonCAPTCHA in your project:

```
require 'vendor/autoload.php';

use neto737\xeonCAPTCHA;
```

Or if put the following in your `composer.json`:

```
"neto737/xeoncaptcha": "*"
```

Example
-------

[](#example)

```
require 'vendor/autoload.php';

use neto737\xeonCAPTCHA;

//If you set the second variable as true your CAPTCHA will be a math CAPTCHA
$xeon = new xeonCAPTCHA(xeonCAPTCHA::IMG_PNG, false);

//This function will return an image
$xeon->generateCAPTCHA(155, 30, 20, 5, 'xeonCAPTCHA', '', 22);
```

Credits
-------

[](#credits)

- [Neto Melo](https://github.com/neto737)

Donate
------

[](#donate)

[![Donate BTC](https://camo.githubusercontent.com/8cd820097973150e376a118473a2b5209cf77c6be6485c76cb27353b83aeb3ec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d4254432d6666393930302e737667)](https://blockchain.info/address/12oyGgGHYp1NxtoQFUmaoqm1z8XAeTQKUb) [![Donate ETH](https://camo.githubusercontent.com/958ffc90ada39c533ab7fc4df9f8f055b195213683c9feede8d11ac04d2d16d7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d4554482d3343334333442e737667)](https://etherscan.io/address/0xE461A5aC39a86Ec651AB49277637e6d4417257fA)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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 ~432 days

Recently: every ~414 days

Total

6

Last Release

745d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf38d9675a95dfdd8b4b401459be6ef7c0342ea40359f23772a0c3ad2feae12b?d=identicon)[neto737](/maintainers/neto737)

---

Top Contributors

[![neto737](https://avatars.githubusercontent.com/u/2430438?v=4)](https://github.com/neto737 "neto737 (8 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

---

Tags

captchaneto737phpsecuritysimplephpsecuritySimplecaptcha

### Embed Badge

![Health badge](/badges/neto737-xeoncaptcha/health.svg)

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

###  Alternatives

[gregwar/captcha-bundle

Captcha bundle

3524.7M32](/packages/gregwar-captcha-bundle)[asbiin/laravel-webauthn

Laravel Webauthn support

309574.8k](/packages/asbiin-laravel-webauthn)[lorddashme/php-simple-captcha

A simple captcha package that fit to any type of web application built on php.

102.9k](/packages/lorddashme-php-simple-captcha)[s1syphos/php-simple-captcha

Simple captcha generator

2737.8k6](/packages/s1syphos-php-simple-captcha)

PHPackages © 2026

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