You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,35 +1,41 @@
1
-
#PHP SDK for uSendIt SMS Gateway
1
+
# PHP SDK for uSendIt SMS Gateway
2
+
2
3
This is an unofficial PHP sdk for uSendIt SMS gateway platform.
3
4
For more information about request and response parameters, please refer to official documentation [here](https://usendit.co.mz/apiusendit).
4
5
5
-
##Installation
6
+
## Installation
7
+
6
8
Before you begin to use this SDK make sure that, you have already have an account at [uSendIt](https://usendit.co.mz).
7
9
If not please [create one](https://usendit.co.mz/criarconta).
8
10
9
-
####Install Using Composer
11
+
#### Install Using Composer
12
+
10
13
The easiest way to install is using Composer.
11
14
12
15
```
13
16
composer require codeonweekends/usendit-php-sdk
14
17
```
15
18
16
-
####Download ZIP file or Clone
19
+
#### Download ZIP file or Clone
20
+
17
21
Optionally you can download the repository directly to your project folder. Just click [here](https://github.com/codeonweekends/usendit-php-sdk/archive/master.zip).
0 commit comments