php-extended / php-email-provider-tempmail-org
A bridge library that binds the temp-mail.org API to the email provider interfaces.
Installs: 1 074
Dependents: 0
Suggesters: 0
Security: 0
pkg:composer/php-extended/php-email-provider-tempmail-org
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).