php-extended / php-email-provider-tempmailaddress-com
This package is abandoned and no longer maintained.
No replacement package was suggested.
A bridge library that binds the tempmailaddress.com API to the email provider interfaces.
3.1.9
2021-01-31 08:42 UTC
Requires
README
A bridge library that binds the tempmailaddress.com 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-tempmailaddress-com": "^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 tempmailaddress.com api library to the provider interface library.
License
MIT (See license file).