forked from sms-bd/sms-bd-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 813 Bytes
/
Copy pathcomposer.json
File metadata and controls
33 lines (33 loc) · 813 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
{
"name": "sms_net_bd/sms",
"description": "SMS Package for Laravel - Simplify SMS integration with the SMS Gateway from sms.net.bd. Send message, check balance, get delivery reports, and manage SMS effortlessly in your Laravel applications.",
"type": "library",
"keywords": [
"laravel",
"sms",
"sms-gateway",
"communication",
"gateway",
"api",
"sms.net.bd",
"notification",
"message"
],
"license": "MIT",
"homepage": "https://github.com/smsnetbd/sms-net-bd-laravel",
"authors": [
{
"name": "md-riaz",
"email": "mdriazwd@gmail.com",
"role": "Developer",
"homepage": "https://github.com/md-riaz"
}
],
"autoload": {
"psr-4": {
"sms_net_bd\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}