PHPackages                             drakulil/coolcaptcha - 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. drakulil/coolcaptcha

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

drakulil/coolcaptcha
====================

making a google php-cool-captcha to be usable in laravel

018PHP

Since Jul 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/andisulistyonugroho/laravel-coolcaptcha)[ Packagist](https://packagist.org/packages/drakulil/coolcaptcha)[ RSS](/packages/drakulil-coolcaptcha/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

author:
package: laravel-drakulil-coolcaptcha

\#A. What is this?

- This package is based on the beautifull php-cool-captcha
- Resources has been included internally, it did not need external resource like google etc
- Session to save the captcha text is drakulil-coolcaptcha, this can be override by changing the setting.

\##Override setting. You can do it by issuing this code on routes.php (see basic usage)

```
    Coolcaptcha::set_config(array('session_var' => 'lontong'));

```

Available parameters
--------------------

[](#available-parameters)

- width
- height
- minWordLength
- session\_var
- backgroundColor (in RGB array)
- colors (font color in RGB array)

    ```
      public $colors = array(
        array(27,78,181), // blue
        array(22,163,35), // green
        array(214,36,7),  // red
      );

    ```

\#B. Basic usage

Routes
------

[](#routes)

```

```

Image tag
---------

[](#image-tag)

To generate the image, call the captcha through route that has been specified above (/captcha, method GET)

```

```

To confirm the captcha, use the secound route (/confirm\_captcha, method POST) u can use an ajax call to this route

\#The End

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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/3ab701bfeba0cf30b14db815353dcd8705fc3a2a2832d100d6e75ad4dd1c69d5?d=identicon)[drakulil](/maintainers/drakulil)

---

Top Contributors

[![andisulistyo](https://avatars.githubusercontent.com/u/1821526?v=4)](https://github.com/andisulistyo "andisulistyo (4 commits)")[![andisulistyonugroho](https://avatars.githubusercontent.com/u/1791236?v=4)](https://github.com/andisulistyonugroho "andisulistyonugroho (1 commits)")

### Embed Badge

![Health badge](/badges/drakulil-coolcaptcha/health.svg)

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

PHPackages © 2026

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