hostlink/spamc-client-php

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

PHP Client for SPAMC

1.0.0 2022-09-05 04:09 UTC

This package is auto-updated.

Last update: 2024-05-05 07:34:28 UTC


README

This library was fork from [https://github.com/licor/php-spamc-client]

Installation

composer require hostlink/spamc-client-php

Usage

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