Skip to content

rcambien/riverline-spamassassin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README

Build Status SensioLabsInsight

What is Riverline\SpamAssassin

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

Requirements

  • PHP 5.3
  • Guzzle 3.*

Installation

Riverline\SpamAssassin is compatible with composer and any prs-0 autoloader

Usage

Currently, only one provider is available : PostmarkWebservice.

It use the Postmark free Spamcheck webservice available here : http://spamcheck.postmarkapp.com/doc

<?php

use Riverline\SpamAssassin\PostmarkWebservice

$spamAssassin = new PostmarkWebservice();
echo $spamAssassin->getScore($rawEmail);

// Optionally get the full report
echo $spamAssassin->getReport();

About

Simple lib to get SpamAssassin score and report for an Email.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages