From b9ee15e333b5f5857245357bbb46702bd2b92893 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 18 Apr 2015 16:22:29 +0200 Subject: [PATCH] Added links to packages that integrate mailgun-php to frameworks --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 55ddfda..5468156 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,15 @@ Batch Message is an extension of Message Builder, and allows you to easily send a batch message job within a few seconds. The complexity of batch messaging is eliminated! +Framework integration +--------------------- + +If you are using a framework you might consider these composer packages to make the framework integration easier. + +* [tehplague/swiftmailer-mailgun-bundle](https://github.com/tehplague/swiftmailer-mailgun-bundle) for Symfony2 +* [Bogardo/Mailgun](https://github.com/Bogardo/Mailgun) for Laravel 4 +* [katanyoo/yii2-mailgun-mailer](https://github.com/katanyoo/yii2-mailgun-mailer) for Yii2 + Support and Feedback --------------------