Browse Source

readme

tags/1.1
0nepeop1e 4 years ago
parent
commit
d610c1429c
1 changed files with 22 additions and 0 deletions
  1. 22
    0
      README.md

+ 22
- 0
README.md View File

@@ -0,0 +1,22 @@
1
+#mirfalah/sendmail-swift-transport
2
+
3
+Mirfalah Sendmail Swift_Transport implementation
4
+
5
+---
6
+## Installation
7
+
8
+Add following repository record into `composer.json`
9
+```json
10
+{
11
+  "repositories": [
12
+    {
13
+      "type": "vcs",
14
+      "url": "https://git.mirfalah.my/mirfalah-tech/sendmail-swift-transport.git"
15
+    }
16
+  ]
17
+}
18
+```
19
+Then execute
20
+```shell script
21
+composer require mirfalah/sendmail-swift-transport ^1.0
22
+```

Loading…
Cancel
Save