bobwez98/purgomalum-profanity-filter

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

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/bobwez98/purgomalum-profanity-filter

0.1 2023-03-01 21:43 UTC

This package is auto-updated.

Last update: 2025-09-29 02:52: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.