Download the PHP package kuusamo/plugin-mailgun without Composer
On this page you can find all versions of the php package kuusamo/plugin-mailgun. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kuusamo/plugin-mailgun
More information about kuusamo/plugin-mailgun
Files in kuusamo/plugin-mailgun
Download kuusamo/plugin-mailgun
More information about kuusamo/plugin-mailgun
Files in kuusamo/plugin-mailgun
Vendor kuusamo
Package plugin-mailgun
Short Description Mailgun plugin for Kuusamo
License MIT
Homepage https://github.com/kuusamo/plugin-mailgun
Package plugin-mailgun
Short Description Mailgun plugin for Kuusamo
License MIT
Homepage https://github.com/kuusamo/plugin-mailgun
Please rate this library. Is it a good library?
Informations about the package plugin-mailgun
Mailgun plugin
This plugin adds Mailgun email integration to Kuusamo.
Installation
Install into your project using Composer.
composer require kuusamo/plugin-mailgun
Usage
Install it in index.php
of your project.
$mailgunConfig = new Kuusamo\Plugin\Mailgun\MailgunConfig([
'senderAddress' => '[email protected]',
'senderName' => 'Kuusamo',
'senderReplyAddress' => '[email protected]', // optional
'apiKey' => 'abc123',
'domain' => 'kuusamo.org'
]);
$provider = Kuusamo\Plugin\Mailgun\MailgunFactory::create($mailgunConfig);
Kuusamo\Vle\Service\Email\EmailFactory::setProvider($provider);
Development
Run the tests
ant
All versions of plugin-mailgun with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4.0
mailgun/mailgun-php Version 3.*
kriswallsmith/buzz Version 1.*
nyholm/psr7 Version 1.*
kuusamo/core Version *
mailgun/mailgun-php Version 3.*
kriswallsmith/buzz Version 1.*
nyholm/psr7 Version 1.*
kuusamo/core Version *
The package kuusamo/plugin-mailgun contains the following files
Loading the files please wait ....