webeith/php-spamassassin

PHP tool to use unix spamassassin service

Installs: 85 013

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 32

pkg:composer/webeith/php-spamassassin

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

This package is not auto-updated.

Last update: 2025-11-22 22:44:04 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"
    }
}