PHPackages                             fullpipe/spamassassin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. fullpipe/spamassassin

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fullpipe/spamassassin
=====================

Library to request SpamAssassin report

1.0.1(12y ago)1116MITPHPPHP &gt;=5.3

Since Feb 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/fullpipe/riverline-spamassassin)[ Packagist](https://packagist.org/packages/fullpipe/spamassassin)[ RSS](/packages/fullpipe-spamassassin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

README
======

[](#readme)

What is Riverline\\SpamAssassin
-------------------------------

[](#what-is-riverlinespamassassin)

`Riverline\SpamAssassin` is a simple lib to get SpamAssassin score and report for an Email.

Requirements
------------

[](#requirements)

- PHP 5.3
- Guzzle 3.\*

Installation
------------

[](#installation)

Add to your `composer.json`:

```
{
   "require": {
        ...
        "fullpipe/spamassassin": "dev-master"
        ...
    }
}
```

Usage
-----

[](#usage)

Currently, only one provider is available : `PostmarkWebservice`.

It use the Postmark free Spamcheck webservice available here :

```
