PHPackages                             sb89/recaptcha - 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. sb89/recaptcha

AbandonedArchivedLibrary[Security](/categories/security)

sb89/recaptcha
==============

Recaptcha for Laravel 4

29521PHP

Since Jan 6Pushed 12y ago1 watchersCompare

[ Source](https://github.com/sb89/Recaptcha)[ Packagist](https://packagist.org/packages/sb89/recaptcha)[ RSS](/packages/sb89-recaptcha/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Recaptcha
=========

[](#recaptcha)

Laravel 4 Recaptcha Package

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

[](#installation)

1. Run `composer require sb89/recaptcha`.
2. If asked for a version, use "dev-master" (without the quotes).
3. Add `'Sb89\Recaptcha\RecaptchaServiceProvider'` to the providers array in `app/config/app.php`.
4. Run `php artisan config:publish sb89/recaptcha`.
5. Add your Recaptcha Private and Public keys to `app/config/packages/sb89/recaptcha/config.php`.
6. Add a language entry to `app/lang/en/validation.php` ('en' will depend on your language) e.g `'recaptcha'=>'Recaptcha is incorrect.'`

Usage
-----

[](#usage)

1. `Form::recaptcha()`
2. Add `'recaptcha_response_field' => 'required|recaptcha'` to your validation rules.

### Theme

[](#theme)

The Recaptcha theme can be specified by using `Form::recaptcha(array('theme'=>'clean'))`.

### SSL

[](#ssl)

SSL can be specified by using `Form::recaptcha(array('use_ssl'=>true))`.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

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://avatars.githubusercontent.com/u/4958413?v=4)[Steven Blake](/maintainers/sb89)[@sb89](https://github.com/sb89)

---

Top Contributors

[![sb89](https://avatars.githubusercontent.com/u/4958413?v=4)](https://github.com/sb89 "sb89 (12 commits)")

### Embed Badge

![Health badge](/badges/sb89-recaptcha/health.svg)

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

###  Alternatives

[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k18.0M138](/packages/mews-purifier)[paragonie/ecc

PHP Elliptic Curve Cryptography library

24772.0k35](/packages/paragonie-ecc)

PHPackages © 2026

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