floriangaerber / magnesium
A wrapper for the Mailgun API-client
Installs: 139
Dependents: 0
Suggesters: 0
Security: 1
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 6
pkg:composer/floriangaerber/magnesium
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.