fastwebmedia / profanity-filter
Profanity filter for checking and sanitizing user input
Installs: 1 499
Dependents: 0
Suggesters: 0
Security: 0
Stars: 20
Watchers: 17
Forks: 3
Open Issues: 0
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: 4.*
README
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.