5
SMS Gateway Integration in Php

Bulk SMS Gateway Integration in PHP

Embed Size (px)

Citation preview

Page 1: Bulk SMS Gateway Integration in PHP

Bulk SMS Gateway Integration in Php

Page 2: Bulk SMS Gateway Integration in PHP

Bulk SMS API allows application developer to integrate on their application and send the sms to all the numbers at one shot without login to their sms panel. Anyone can integrate the Bulk SMS API into their applications, software, website, etc.,Through API we can able to check the Status of the sent messages, Delivery report, and group delivery report. We can able to send the Unicode messaging also.

Page 3: Bulk SMS Gateway Integration in PHP

<?php$domain = “123.63.33.43";// IP Address$uname = “xxxxx";$pwd = “yyyyyy";$to = "9999000000";//reciever 10 digit number (use comma (,) for multiple users. eg: 9999999999,8888888888,7777777777)$sms = "test sms";//sms content$sender = “KAPSYS";// sender id. // set parameters the API for sending sms$parameters="username=$uname&pass=$pwd&senderid=$sender&message=$sms&dest_mobileno=$to&response=Y";// call the Api$fp = fopen("http:// 123.63.33.43 /sms/user/urlsms.php?$parameters", "r");$response = stream_get_contents($fp); // get response of API callecho "Success : ".$response; exit; // if response is a number...........// this was the message id returned. save it for delivery report. You can use your own logic and functions for your requirement.?>

Page 4: Bulk SMS Gateway Integration in PHP

MESSAGING FEATURES

www.kapsystem.com

ADVANTAGE OF KAPSYSTEM

SERVICE

©2015, KAPSYSTEM ( Bulk SMS Service Provider Company) , Email [email protected]

Page 5: Bulk SMS Gateway Integration in PHP

TRUSTED CLIENTS

www.kapsystem.com

KAP Computer Solution Pvt. Ltd Our Presence: Bangalore | Delhi | Mumbai | Hyderabad | Chennai | Coimbatore | Pune | Kolkata | Ahmedabad | Noida

Mobile : +91 97380 10000 | 1 [Sales] | Email : [email protected]

CONTACT US

©2015, KAPSYSTEM ( Bulk SMS Service Provider Company) , Email [email protected]