floriangaerber / magnesium
This package is abandoned and no longer maintained.
No replacement package was suggested.
A wrapper for the Mailgun API-client
v0.4.0-alpha4
2018-04-10 21:36 UTC
Requires
- php: ^7.0
- mailgun/mailgun-php: ^2.3
- php-http/guzzle6-adapter: ^1.1
- php-http/message: ^1.5
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.3
- phpunit/phpunit: ^6.1
This package is auto-updated.
Last update: 2020-06-15 13:22:29 UTC
README
Wrapper for the Mailgun API-client.
Installation
Install the latest version
$ composer require floriangaerber/magnesium
Usage
$batchMessage = new Magnesium\Message\BatchMessage($mailgunKey, $mailgunDomain);
Documentation
You can find the documentation and usage examples here.
You can also generate PHPDocs, if needed.
About
Contributing
View CONTRIBUTING.md for information on creating issues, reporting bugs and requesting features.
License
Magnesium is released under the MIT License, view the LICENSE file for details.