Skip to content

Commit 0c31ca4

Browse files
committed
Updated information
1 parent 265c6fd commit 0c31ca4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
![GitHub top language](https://img.shields.io/github/languages/top/mobiweb/mobiweb-php)
88
![GitHub](https://img.shields.io/github/license/mobiweb/mobiweb-php)
99

10-
A PHP library for interfacing with MobiWeb RESTful SMS and HLR API.
10+
A PHP library for interfacing with MobiWeb RESTful SMS, HLR and OTP APIs.
1111

1212
## Documentation
1313

14-
MobiWeb RESTful API can be found [here][apidocumentation].
14+
MobiWeb RESTful APIs can be found [here][apidocumentation].
1515

1616
## Versions
1717

@@ -38,6 +38,7 @@ composer require mobiweb/sdk
3838

3939
* With MobiWeb SMS API you can send SMS messages to 7+ billion subscribers of 1000+ Mobile Operators in 200+ countries.
4040
* With MobiWeb HLR API you can maximize the performance of your campaigns and your business communication. Validate mobile number databases, remove invalid entries and receive correct portability information, identifying the operators that the mobile numbers belong to.
41+
* With MobiWeb OTP API you can provide additional security to simple username and password authentication, authenticated transactions, accurately verify users, reduce fraud and reduce two-factor authentication cost (no hardware tokens required).
4142

4243
The APIs are based on REST with built-in HTTP authentication and HTTP status codes. All data exchange is done in JSON format.
4344

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "mobiweb/sdk",
3-
"description": "2.0.1 PHP library for communicating with the MobiWeb REST APIs.",
3+
"description": "3.0.1 PHP library for communicating with the MobiWeb REST APIs.",
44
"minimum-stability": "stable",
55
"keywords": [
6-
"sms", "api", "mobiweb", "php", "messaging", "hlr", "hlr lookup", "mobile lookup", "mobile number lookup"
6+
"sms", "api", "mobiweb", "php", "messaging", "hlr", "hlr lookup", "mobile lookup", "mobile number lookup", "OTP", "one time password", "2FA", "two factor authentication"
77
],
88
"type": "library",
99
"license": "MIT",

0 commit comments

Comments
 (0)