PHPackages                             justijndepover/laravel-spam-keyword-validation - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. justijndepover/laravel-spam-keyword-validation

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

justijndepover/laravel-spam-keyword-validation
==============================================

Laravel validation rule which checks for frequently used spam words

0.1.0(3y ago)083MITPHP

Since Sep 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/justijndepover/laravel-spam-keyword-validation)[ Packagist](https://packagist.org/packages/justijndepover/laravel-spam-keyword-validation)[ Docs](https://github.com/justijndepover/laravel-spam-keyword-validation)[ RSS](/packages/justijndepover-laravel-spam-keyword-validation/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Spam Keyword Validation
===============================

[](#laravel-spam-keyword-validation)

[![Latest Version on Packagist](https://camo.githubusercontent.com/985888cd7c0cf0ea67649955a21d200a4a1903a99b6d2d107ad2f67ea48f962e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a757374696a6e6465706f7665722f6c61726176656c2d7370616d2d6b6579776f72642d76616c69646174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/justijndepover/laravel-spam-keyword-validation)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/6f2df944b02d6ea92fcb8f891ae11004b5765bbca00bc3106b4a55918530a699/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a757374696a6e6465706f7665722f6c61726176656c2d7370616d2d6b6579776f72642d76616c69646174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/justijndepover/laravel-spam-keyword-validation)

This package adds a validation rule to Laravel to block requests based on frequently used SPAM words like `bitcoin`, `cryptocurrency`, etc... For a full list, check out the config file

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

[](#installation)

You can install the package with composer

```
composer require justijndepover/laravel-spam-keyword-validation
```

After installation you can optionally publish your configuration file

```
php artisan vendor:publish --tag="laravel-spam-keyword-validation-config"
```

configuration
-------------

[](#configuration)

This is the config file

```
