spamisspam / mailcatch-api
SpamIsSpam Mailcatch API - Making unit testing for Mail a breeze!
1.0.2
2017-03-06 16:33 UTC
Requires
- php: >=5.6.0
- ext-curl: *
- ext-openssl: *
- guzzlehttp/guzzle: ~6.0
- phpmailer/phpmailer: ^5.2
- squeaky-minds/squeaky-minds-php-helper: ^1.2.0
Requires (Dev)
- guzzlehttp/guzzle: ~6.0
- pdepend/pdepend: 2.5.0
- phing/phing: 2.*
- phpdocumentor/phpdocumentor: 2.*
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: 2.*
This package is auto-updated.
Last update: 2024-10-06 10:41:24 UTC
README
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.
Visit Spam Is Spam Mail Catch for more information.
Class documentation can be found in the generated phpDoc.
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
$ composer require spamisspam/mailcatch-api