hostlink / spamc-client-php
PHP Client for SPAMC
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
pkg:composer/hostlink/spamc-client-php
This package is auto-updated.
Last update: 2025-10-05 10:36:37 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');