Create a PHP wrapper class for Mailgun
Create a wrapper for mailgun where it would be real simple to send messages and do other functions. Example:
$mg = Mailgun::authenticate("mailgunapikey");
// send a message
$mg->send_message($from,$to,$subject,$message,$customvariables);
this is just a rough idea of it to get the idea out there. this would be a lot quicker then having to manually put in cURL posts.
1
vote

Our SDK is available here: github.com/mailgun/mailgun-php