php-extended/php-email-provider-tempmail-org

This package is abandoned and no longer maintained. No replacement package was suggested.

A bridge library that binds the temp-mail.org API to the email provider interfaces.

3.1.9 2021-01-31 21:25 UTC

This package is auto-updated.

Last update: 2021-02-21 20:51:41 UTC


README

A bridge library that binds the temp-mail.org API to the email provider interfaces.

coverage build status

Installation

The installation of this library is made via composer. Download composer.phar from their website. Then add to your composer.json :

	"require": {
		...
		"php-extended/php-email-provider-tempmail-org": "^3",
		...
	}

Then run php composer.phar update to install this library. The autoloading of all classes of this library is made through composer's autoloader.

Basic Usage

This library is a bridge from the temp-mail.org api library to the provider interface library.

License

MIT (See license file).