fastwebmedia / profanity-filter
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (1.3.1) of this package.
Profanity filter for checking and sanitizing user input
1.3.1
2015-03-03 18:00 UTC
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.