PHPackages                             totox777/karamel - 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. totox777/karamel

ActiveLibrary

totox777/karamel
================

package to use caramel captcha

14PHP

Since Dec 9Pushed 12y ago1 watchersCompare

[ Source](https://github.com/totox777/karamel-laravel)[ Packagist](https://packagist.org/packages/totox777/karamel)[ RSS](/packages/totox777-karamel/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Karamel Laravel 4 Package
=========================

[](#karamel-laravel-4-package)

Laravel 4 karamel package based on karamel wrapper

---

add this line to your composer.json

```
"totox777/karamel": "dev-master"

```

and then, Run :

`composer update` to pull down the latest version.

add this line to your app.php provider array:

```
'Totox777\Karamel\KaramelServiceProvider',

```

and add this line to app.php aliases array:

```
'Karamel' => 'Totox777\Karamel\Facades\Profiler',

```

config: don't forget to chage the api-key and memberID / Email you got from dev.karamel.co.id in vendor/totox777/karamel/src/config/config.php

Sample Usage (Form):

```
Karamel::GetCaptcha();

```

Sample Usage (Validation):

```
$responseValue  = $_POST["gotcha_val"];
$status = Karamel::ValidateCaptcha($responseValue);
if ($status)
{
	// Corrent answer, continue with your submission process
} else {
	// Wrong answer, you may display a new AdsCaptcha and add an error message
}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/1da4c89a68ed012500fe9bed10abcb87e9e663f7eb25d0109af314ba5766b791?d=identicon)[totox777](/maintainers/totox777)

---

Top Contributors

[![jarvisstore](https://avatars.githubusercontent.com/u/10664492?v=4)](https://github.com/jarvisstore "jarvisstore (2 commits)")

### Embed Badge

![Health badge](/badges/totox777-karamel/health.svg)

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

PHPackages © 2026

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