2017 © Pedro Peláez
 

library mailcatch-api

SpamIsSpam Mailcatch API - Making unit testing for Mail a breeze!

image

spamisspam/mailcatch-api

SpamIsSpam Mailcatch API - Making unit testing for Mail a breeze!

  • Monday, March 6, 2017
  • by btafoya
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

SpamIsSpam Mail Catch Support Library

Author GitHub Tag Software License Packagist Build Status, (*1)

This is a support library for the Spam Is Spam Mail Catch platform.

It allows you to perform unit testing of smtp delivery and valid receipt., (*2)

Visit Spam Is Spam Mail Catch for more information., (*3)

Class documentation can be found in the generated phpDoc., (*4)

Requirements

"require": {
    "php": ">=5.6.0",
    "ext-openssl": "*",
    "ext-curl": "*",
    "guzzlehttp/guzzle": "~6.0",
    "phpmailer/phpmailer": "^5.2",
    "squeaky-minds/squeaky-minds-php-helper": "^1.2.0"
}

Installation by Composer

"require": {
    "spamisspam/mailcatch-api": "~1.0"
}

Or, (*5)

$ composer require spamisspam/mailcatch-api

The Versions