library spamassassin
Library to request SpamAssassin report
riverline/spamassassin
Library to request SpamAssassin report
- Wednesday, September 16, 2015
- by rcambien
- Repository
- 1 Watchers
- 6 Stars
- 31,140 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 4 Versions
- 13 % Grown
README
, (*1)
What is Riverline\SpamAssassin
Riverline\SpamAssassin
is a simple lib to get SpamAssassin score and report for an Email., (*2)
Requirements
Installation
Riverline\SpamAssassin
is compatible with composer and any prs-0 autoloader, (*3)
Usage
Currently, only one provider is available : PostmarkWebservice
., (*4)
It use the Postmark free Spamcheck webservice available here :
http://spamcheck.postmarkapp.com/doc, (*5)
<?php
use Riverline\SpamAssassin\PostmarkWebservice
$spamAssassin = new PostmarkWebservice();
echo $spamAssassin->getScore($rawEmail);
// Optionally get the full report
echo $spamAssassin->getReport();
dev-master
9999999-dev
Library to request SpamAssassin report
Sources
Download
MIT
The Requires
by
Romain Cambien
spamassassin
1.0.2
1.0.2.0
Library to request SpamAssassin report
Sources
Download
MIT
The Requires
by
Romain Cambien
spamassassin
1.0.1
1.0.1.0
Library to request SpamAssassin report
Sources
Download
MIT
The Requires
by
Romain Cambien
spamassassin
1.0.0
1.0.0.0
Library to request SpamAssassin report
Sources
Download
MIT
The Requires
by
Romain Cambien
spamassassin