Skip to content

v1.0.0

Compare
Choose a tag to compare
@mikejpeters mikejpeters released this 28 Oct 23:55
· 15 commits to master since this release

Fixes

  • Compatibility with mailgun-php 3

BREAKING CHANGES

The Mailgun API Client is no longer hard coupled to Guzzle, Buzz or any other library that sends
HTTP messages. You must also install the PSR-7 implementation and HTTP client
you want to use.

If you just want to get started quickly you should install Buzz and nyholm/psr7:

composer require kriswallsmith/buzz nyholm/psr7