bobwez98/purgomalum-profanity-filter

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

Maintainers

Package info

github.com/BobWez98/purgomalum-profanity-filter

pkg:composer/bobwez98/purgomalum-profanity-filter

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

0.1 2023-03-01 21:43 UTC

This package is auto-updated.

Last update: 2026-03-29 01:01:42 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.