Search by

elmhurstprojects / string-checker

elmhurst

There is no license information available for the latest version (0.0.1) of this package.

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Package info

bitbucket.org/elmhurstprojects/string-checker

pkg:composer/elmhurstprojects/string-checker

Statistics

Installs: 36

Dependents: 0

Suggesters: 0

0.0.1 2020-01-14 20:50 UTC

This package is not auto-updated.

Last update: 2026-05-01 02:33:03 UTC


README

Checks a string for unwanted items in a post, comment etc. Checks for profanity, keywords, urls, email addresses and HTML tags.

Installation

composer require elmhurstprojects/string-checker

Then, if auto-discovery not available, add the service provider to app.php

\ElmhurstProjects\StringChecker\Providers\StringCheckerServiceProvider::class,

You can then publish the config files where you can change the words you wish to ban and flag.

php artisan vendor:publish