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.
Package info
github.com/BobWez98/laravel-profanity-check-client
pkg:composer/bobwez98/laravel-profanity-check-client
0.0.1
2026-03-23 21:17 UTC
Requires
- php: ^8.4
- laravel/framework: ^12.0 | ^13.0
Requires (Dev)
- larastan/larastan: ^3.4
- laravel/pint: ^1.22
- orchestra/testbench: ^10.3
- pestphp/pest: ^3.7
- phpstan/phpstan-mockery: ^2.0
- phpunit/phpunit: ^11.5
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:
- Makes sure all tests are passed
- Checks for any issues using static code analysis
- Checks if the code is correctly formatted
Credits
License
The MIT License (MIT). Please see License File for more information.