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
Requires
Requires (Dev)
README
A bridge library that binds the temp-mail.org API to the email provider interfaces.
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).