PHPackages                             pkboom/laravel-spam-filter - 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. pkboom/laravel-spam-filter

ActiveLibrary

pkboom/laravel-spam-filter
==========================

00PHP

Since Aug 10Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Filter spams
============

[](#filter-spams)

[![Latest Stable Version](https://camo.githubusercontent.com/fdf6e2452afb6c1ea2972ed6e70b475fad4668a43aef2a5370872a83dea7dee7/68747470733a2f2f706f7365722e707567782e6f72672f706b626f6f6d2f6c61726176656c2d7370616d2d66696c7465722f76)](//packagist.org/packages/pkboom/laravel-spam-filter)[![Build Status](https://camo.githubusercontent.com/f7145b5b2c02be73592e04b9a8f714403301cfd4d6a1a6b54fc511c2e8b0a7eb/68747470733a2f2f7472617669732d63692e636f6d2f706b626f6f6d2f6c61726176656c2d7370616d2d66696c7465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/pkboom/laravel-spam-filter)[![Total Downloads](https://camo.githubusercontent.com/7db5b28e7890a31b172b06eaeac96f7920ac61e80ae4c1b563fe7d84b0785316/68747470733a2f2f706f7365722e707567782e6f72672f706b626f6f6d2f6c61726176656c2d7370616d2d66696c7465722f646f776e6c6f616473)](//packagist.org/packages/pkboom/laravel-spam-filter)

Using a honeypot, you can easily filter spams. This package uses [spatie/laravel-honeypot](https://github.com/spatie/laravel-honeypot) under the hood.

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

[](#installation)

You can install the package via composer:

```
composer require pkboom/laravel-spam-filter
```

Usage
-----

[](#usage)

Place this in your form.

```

    ...

```

Filter spams

```
use Illuminate\Support\Facades\Request;

if (Request::isSpam()) {
    return response('', 400);
}
```

### Testing

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [MIT license](http://opensource.org/licenses/MIT) for more information.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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/a5c267544335ffc241b0287e8fe001a7c2cc8e466be886226fce5c744f2e1abe?d=identicon)[pkboom](/maintainers/pkboom)

---

Top Contributors

[![pkboom](https://avatars.githubusercontent.com/u/13960169?v=4)](https://github.com/pkboom "pkboom (9 commits)")

### Embed Badge

![Health badge](/badges/pkboom-laravel-spam-filter/health.svg)

```
[![Health](https://phpackages.com/badges/pkboom-laravel-spam-filter/health.svg)](https://phpackages.com/packages/pkboom-laravel-spam-filter)
```

PHPackages © 2026

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