fastwebmedia/profanity-filter

Profanity filter for checking and sanitizing user input


Keywords
php, filter, profanity, bad words
License
MIT

Documentation

Build Status

PHP Profinity Filter

How to Install

Laravel

Add 'Fastwebmedia\ProfanityFilter\ProfanityServiceProvider' to your providers array.

If you wish to use the Facade then add 'Profanity' => 'Fastwebmedia\ProfanityFilter\Profanity'

The package will automatically use the config file containing the list of banned words.