-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·40 lines (40 loc) · 911 Bytes
/
composer.json
File metadata and controls
executable file
·40 lines (40 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "tecdiary/sms",
"version": "1.0.3",
"description": "Simple SMS Gateway Package for sending short text messages. Currently Bulksms, Clickatell, Gupshup, Infobip, Itexmo, Mocker, MVaayoo, Nexmo, SmsAchariya, Smsapi, SmsCountry, SmsLane, twilio and Any HTTP/s based Gateways are supported with Custom Gateway. Default Log gateway can be used for testing.",
"license": "MIT",
"keywords": [
"PHP SMS",
"Bulksms",
"Clickatell",
"Gupshup",
"Infobip",
"Mocker",
"MVaayoo",
"Nexmo",
"SmsAchariya",
"Smsapi",
"SmsCountry",
"SmsLane",
"twilio",
"Custom Sms",
"sms gateway"
],
"authors": [
{
"name": "Mian Saleem",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0.28",
"guzzlehttp/guzzle": "^6.3.0",
"monolog/monolog": "^1.23.0",
"giggsey/libphonenumber-for-php": "^8.9"
},
"autoload": {
"psr-4": {
"Tecdiary\\Sms\\": "src/"
}
}
}