webeith/php-spamassassin

PHP tool to use unix spamassassin service

Installs: 84 630

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 33

pkg:composer/webeith/php-spamassassin

dev-master 2014-07-10 07:00 UTC

This package is not auto-updated.

Last update: 2025-10-25 22:06:14 UTC


README

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"
    }
}