bobwez98/laravel-profanity-check-client

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

A client to use the profanitycheck.dev API.

Maintainers

Package info

github.com/BobWez98/laravel-profanity-check-client

pkg:composer/bobwez98/laravel-profanity-check-client

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.1 2026-03-23 21:17 UTC

This package is auto-updated.

Last update: 2026-03-23 21:21:37 UTC


README

This package provides a client to communicate with the Profanitycheck.dev API.

Requirements

  • PHP ^8.4
  • Laravel ^12.0

Installation

You can install this package via Composer:

composer require bobwez98/laravel-profanity-check-client

Usage

The facade can be used to talk to the API.

use BobWez98\ProfanityCheckClient\Facades\Profanity;

$result = Profanity::check('Check this string on profanity.');

Quality

To ensure the quality of this package, run the following command:

composer quality

This will execute three tasks:

  1. Makes sure all tests are passed
  2. Checks for any issues using static code analysis
  3. Checks if the code is correctly formatted

Credits

License

The MIT License (MIT). Please see License File for more information.