2017 © Pedro Peláez
 

library spamassassin

Library to request SpamAssassin report

image

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

The README.md

README

Build Status SensioLabsInsight, (*1)

What is Riverline\SpamAssassin

Riverline\SpamAssassin is a simple lib to get SpamAssassin score and report for an Email., (*2)

Requirements

  • PHP 5.3
  • Guzzle 3.*

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();

The Versions

16/09 2015

dev-master

9999999-dev

Library to request SpamAssassin report

  Sources   Download

MIT

The Requires

 

by Romain Cambien

spamassassin

16/09 2015

1.0.2

1.0.2.0

Library to request SpamAssassin report

  Sources   Download

MIT

The Requires

 

by Romain Cambien

spamassassin

21/03 2014

1.0.1

1.0.1.0

Library to request SpamAssassin report

  Sources   Download

MIT

The Requires

 

by Romain Cambien

spamassassin

27/02 2014

1.0.0

1.0.0.0

Library to request SpamAssassin report

  Sources   Download

MIT

The Requires

 

by Romain Cambien

spamassassin