Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 290 Bytes

File metadata and controls

19 lines (13 loc) · 290 Bytes

PHP Client for SPAMC

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');