PHPackages                             kenjis/ci3-like-captcha - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kenjis/ci3-like-captcha

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kenjis/ci3-like-captcha
=======================

CodeIgniter3-like Captcha

v1.1.1(3y ago)48.2k↑136.7%1MITPHPPHP ^7.4|^8.0

Since Feb 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kenjis/ci3-like-captcha)[ Packagist](https://packagist.org/packages/kenjis/ci3-like-captcha)[ Docs](https://github.com/kenjis/ci3-like-captcha)[ RSS](/packages/kenjis-ci3-like-captcha/feed)WikiDiscussions 1.x Synced 2d ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (1)

CodeIgniter3-like Captcha
=========================

[](#codeigniter3-like-captcha)

This project provides CodeIgniter3-like Captcha.

- This is **not** 100% compatible with CI3's CAPTCHA Helper.
- This uses [php-simple-captcha](https://codeberg.org/S1SYPHOS/php-simple-captcha).

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

[](#requirements)

- PHP 7.4 or later

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

[](#installation)

```
$ composer require kenjis/ci3-like-captcha
```

Usage
-----

[](#usage)

See [https://codeigniter.com/userguide3/helpers/captcha\_helper.html](https://codeigniter.com/userguide3/helpers/captcha_helper.html).

Instead of `create_captcha()`, use `Captcha::createCaptcha()`.

```
use Kenjis\CI3Like\Captcha\Captcha;

$vals = [
    'word'      => random_string('numeric', 4),
    'img_path'  => FCPATH . 'captcha/',
    'img_url'   => base_url() . '/captcha/',
];
$cap = Captcha::createCaptcha($vals);

$data = [
    'captcha_id'   => '',
    'captcha_time' => $cap['time'],
    'word'         => $cap['word'],
];
```

License
-------

[](#license)

This package is licensed using the MIT License.

Please have a look at [`LICENSE`](LICENSE).

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~152 days

Total

5

Last Release

1367d ago

PHP version history (3 changes)v1.0.0PHP ^7.2

v1.0.1PHP ^7.3|^8.0

v1.1.0PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/220fcd79c66bd061265dfe8d29cc640250616c4719dfb31f4ab87a1af101dc65?d=identicon)[kenjis](/maintainers/kenjis)

---

Top Contributors

[![kenjis](https://avatars.githubusercontent.com/u/87955?v=4)](https://github.com/kenjis "kenjis (45 commits)")

---

Tags

captchacodeignitercodeigniter4codeignitercaptcha

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kenjis-ci3-like-captcha/health.svg)

```
[![Health](https://phpackages.com/badges/kenjis-ci3-like-captcha/health.svg)](https://phpackages.com/packages/kenjis-ci3-like-captcha)
```

###  Alternatives

[kenjis/codeigniter-composer-installer

Package to install CodeIgniter3 via Composer with secure folder structure.

38063.3k](/packages/kenjis-codeigniter-composer-installer)[codeigniter4/settings

Settings library for CodeIgniter 4

95589.6k34](/packages/codeigniter4-settings)[codeigniter4/tasks

Task Scheduler for CodeIgniter 4

124177.3k1](/packages/codeigniter4-tasks)[codeigniter4/devkit

Development toolkit for CodeIgniter libraries and projects

69201.9k121](/packages/codeigniter4-devkit)[bonecms/laravel-captcha

Captcha integration for Laravel

77142.2k](/packages/bonecms-laravel-captcha)[pixelopen/cloudflare-turnstile-bundle

A simple package to help integrate Cloudflare Turnstile on Symfony.

35242.6k3](/packages/pixelopen-cloudflare-turnstile-bundle)

PHPackages © 2026

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