Download the PHP package arif-rh/profanity-filter without Composer
On this page you can find all versions of the php package arif-rh/profanity-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arif-rh/profanity-filter
More information about arif-rh/profanity-filter
Files in arif-rh/profanity-filter
Download arif-rh/profanity-filter
More information about arif-rh/profanity-filter
Files in arif-rh/profanity-filter
Vendor arif-rh
Package profanity-filter
Short Description Filter bad words and profanities.
License MIT
Homepage https://github.com/arif-rh/profanity-filter
Package profanity-filter
Short Description Filter bad words and profanities.
License MIT
Homepage https://github.com/arif-rh/profanity-filter
Please rate this library. Is it a good library?
Informations about the package profanity-filter
Profanity Filter
A simple class to test if a string has a profanity in it.
Note:
- This package is extended version from DeveloperDino\ProfanityFilter, with some extra new features.
NEW FEATURE
cleanWords
: obfuscate only the bad words, original package will obfuscate all sentence see this issue. `-
getBadWordsfound
-> get bad word string from check ` // Set whitelist when initialize the class $filter = new Check($profinities, $whitelist);See
NotProfaneTest
to see more example of whitelist test
php composer.phar require developer/profanity-filter
## Usage
### License
ProfanityFilter is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
All versions of profanity-filter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package arif-rh/profanity-filter contains the following files
Loading the files please wait ....