hostlink/spamc-client-php

本包最新版本(1.0.0)没有可用的许可信息。

SPAMC 的 PHP 客户端

1.0.0 2022-09-05 04:09 UTC

This package is auto-updated.

Last update: 2024-09-05 08:13:04 UTC


README

此库是从 [https://github.com/licor/php-spamc-client] 分支出来的

安装

composer require hostlink/spamc-client-php

用法

use Spamc\Client;
$client=new Client();
$report=$client->getSpamcReport('This is a spam message');