bobwez98 / purgomalum-profanity-filter
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bobwez98/purgomalum-profanity-filter
README
Laravel Client for the https://www.purgomalum.com/ webservice.
Installation
You can install the package via composer:
composer require bobwez98/purgomalum-profanity-filter
Usage
use Bobwez98\ProfanityFilter\Facades\ProfanityFilter; ProfanityFilter::json($text); ProfanityFilter::plain($text); ProfanityFilter::xml($text); ProfanityFilter::containsprofanity($text);
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.