From 0ad2ae8469da3a719c406a496d0c079885c7941c Mon Sep 17 00:00:00 2001 From: sudan20089 Date: Fri, 24 Sep 2021 13:35:34 +1000 Subject: [PATCH] Update Readme.md Adding mailgun SDK client to run the code --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f2806d..72fd6d3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,12 @@ I created this as I wanted to start sending via the Mailgun API, but didn't want This is very much a WIP (Work In Progress), so some things may be missing. +You will have to run following command to get the mailgun client. Then only the code will run. + +composer require mailgun/mailgun-php symfony/http-client nyholm/psr7 + + ## Support on Beerpay Hey dude! Help me out for a couple of :beers:! -[![Beerpay](https://beerpay.io/olimortimer/CodeIgniter-Mailgun-Library/badge.svg?style=beer-square)](https://beerpay.io/olimortimer/CodeIgniter-Mailgun-Library) [![Beerpay](https://beerpay.io/olimortimer/CodeIgniter-Mailgun-Library/make-wish.svg?style=flat-square)](https://beerpay.io/olimortimer/CodeIgniter-Mailgun-Library?focus=wish) \ No newline at end of file +[![Beerpay](https://beerpay.io/olimortimer/CodeIgniter-Mailgun-Library/badge.svg?style=beer-square)](https://beerpay.io/olimortimer/CodeIgniter-Mailgun-Library) [![Beerpay](https://beerpay.io/olimortimer/CodeIgniter-Mailgun-Library/make-wish.svg?style=flat-square)](https://beerpay.io/olimortimer/CodeIgniter-Mailgun-Library?focus=wish)