Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 281 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 281 Bytes

PHP SpamAssassin

Installation

Install via Composer

Add the following lines to your composer.json file and then run php composer.phar install or php composer.phar update:

{
    "require": {
        "webeith/php-spamassassin": "dev-master"
    }
}