php-extended / php-email-provider-yopmail-com
A bridge library that binds the yopmail.com API to the email provider interfaces
4.0.0
2022-05-31 09:36 UTC
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2022-07-31 00:29:24 UTC
README
A bridge library that binds the yopmail.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-yopmail-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 yopmail.com api library to the provider interface library.
License
MIT (See license file).