bobwez98/laravel-profanity-check-client
最新稳定版本:0.0.1
Composer 安装命令:
composer require bobwez98/laravel-profanity-check-client
包简介
A client to use the profanitycheck.dev API.
README 文档
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.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2026-03-23