%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/public_html/admin1/vendor/craftsys/msg91-php/ |
Upload File : |
{
"name": "craftsys/msg91-php",
"description": "PHP Client for using Msg91's API to Send OTPs, Verify OTPs, Resend OTPs, Send SMS (Short Message) etc.",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Sudhir Mitharwal",
"email": "luckysud4@gmail.com",
"role": "Developer",
"homepage": "http://github.com/sudkumar"
}
],
"keywords": [
"msg91",
"php",
"otp",
"sms",
"verify otp",
"resend otp",
"short message"
],
"homepage": "https://github.com/craftsys/msg91-php",
"support": {
"issues": "https://github.com/craftsys/msg91-php/issues",
"source": "https://github.com/craftsys/msg91-php",
"email": "luckysud4@gmail.com"
},
"require": {
"php": ">=7.1|^8.0",
"guzzlehttp/guzzle": "^6.5.5|^7.0.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.4.0|^9.4"
},
"extra": {
"branch-alias": {
"dev-master": "0.x.x-dev"
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"prefer-stable": true,
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Craftsys\\Msg91\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Craftsys\\Tests\\Msg91\\": "tests/"
}
},
"scripts": {
"test": "phpunit --colors=always"
}
}