Laravel Client for the https://www.purgomalum.com/ webservice.
You can install the package via composer:
composer require bobwez98/purgomalum-profanity-filter
use Bobwez98\ProfanityFilter\Facades\ProfanityFilter;
ProfanityFilter::json($text);
ProfanityFilter::plain($text);
ProfanityFilter::xml($text);
ProfanityFilter::containsprofanity($text);
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.