PHPackages                             jordij/sweet-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. jordij/sweet-captcha

ActiveLibrary

jordij/sweet-captcha
====================

Sweet Captcha for Laravel 4

v0.2(11y ago)41112[1 issues](https://github.com/jordij/sweet-captcha/issues)MITPHPPHP &gt;=5.3.0

Since Mar 13Pushed 10y ago2 watchersCompare

[ Source](https://github.com/jordij/sweet-captcha)[ Packagist](https://packagist.org/packages/jordij/sweet-captcha)[ RSS](/packages/jordij-sweet-captcha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

sweet-captcha
=============

[](#sweet-captcha)

**IMPORTANT MALWARE ISSUE: **

Laravel 4 Sweet Captcha Package
-------------------------------

[](#laravel-4-sweet-captcha-package)

This package provides an easy and quick integration of the **[sweetCaptcha](http://www.sweetcaptcha.com)** service for Laravel 4.

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

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `jordij/sweet-captcha`.

```
"require": {
	"jordij/sweet-captcha": "dev-master"
},

```

Save the changes and run a composer update:

`composer update`

Add `'Jordij\SweetCaptcha\SweetCaptchaServiceProvider'` to the providers array in your `app/config/app.php`

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

[](#configuration)

Register your sweetCaptcha account **[here](http://www.sweetcaptcha.com/accounts/signup)**. Set the ApplicationID, the key and the secret in the package configuration file `config/config.php`.

Localization
------------

[](#localization)

By default the package will use the current locale of your Laravel application. If by any reasons you want to set a fixed locale you can do it by editing the package configuration file `config/config.php`.

Usage
-----

[](#usage)

In your form:

```
{{ Form::sweetcaptcha() }}

```

Add `'sckey' => 'sweetcaptcha'` to your rules array before validating the form.

If you want to change the error message you can do it in the package language file `lang/en/validation.php`

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Every ~421 days

Total

2

Last Release

4018d ago

### Community

Maintainers

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

---

Top Contributors

[![jordij](https://avatars.githubusercontent.com/u/3124220?v=4)](https://github.com/jordij "jordij (7 commits)")

---

Tags

laravelcaptchaLaravel 4sweetcaptcha

### Embed Badge

![Health badge](/badges/jordij-sweet-captcha/health.svg)

```
[![Health](https://phpackages.com/badges/jordij-sweet-captcha/health.svg)](https://phpackages.com/packages/jordij-sweet-captcha)
```

###  Alternatives

[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[buzz/laravel-google-captcha

Google captcha for Laravel

2071.1M2](/packages/buzz-laravel-google-captcha)[mohsen/captcha

A simple captcha for laravel 4

125.2k](/packages/mohsen-captcha)

PHPackages © 2026

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