bobwez98/purgomalum-profanity-filter

There is no license information available for the latest version (0.1) of this package.

0.1 2023-03-01 21:43 UTC

This package is auto-updated.

Last update: 2024-08-30 01:38:28 UTC


README

Latest Version on Packagist Total Downloads

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.