.

.

Integrate Bulk Sms Gateway API in php


Bulk SMS Gateway can be accessed HTTP by submitting values by GET method with all required message parameters and mobile numbers.
You need to have:
1. Username
2. Password
3. Destination Mobile No.
3. Message Text
4. Sender ID

Sending Messages:
For sending single SMS message, SMS gateway requires various parameters including username, password & apikey for authentication purposes. All the parameters need to be sent via HTTP protocol using the GET method. The following are the parameters required:

Username :- Your registered Username
Password :- Your registered Password
Source :- Sender ID
Dmobile :- Destination mobile number
Message :- Message to be send


suppose you have Api Like that

http://bulksms.sms2india.info/sendsms.php?user=abcd&password=123123&sender=testing&countrycode=91&PhoneNumber=123456&text=This+is+API+Testing+Message&gateway=UES3B2ZX


Use this code to Integrate
<?php
$ch = curl_init('http://bulksms.sms2india.info/sendsms.php?');
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS,"user=pramod360&password=123123&sender=Snoweb&countrycode=91&PhoneNumber=8802782081&text=This+is+API+Testing+Message&gateway=UES3B2ZX");
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$data = curl_exec($ch);
echo $data;
?>

6 comments

This blog is so informative for providing a valuable information about Bulk SMS API PHP integration. Thanks for sharing.

Nice blog. It is allows you to integrate SMS API PHP services into your own System/application for better functionality required by you.

Thanks for sharing. MsgClub PHP SMS Gateway Integration into CRM software and other mobile apps. A similar number of programming lingos are open in the market because of different programming interface takes after bulk SMS API PHP.

We provide Bulk SMS Gateway API integration service For sending single SMS message, SMS gateway requires various parameters including username, password & apikey for authentication purposes.

Great post!

I can connect with your post as i am using this service for last 1 year for my business. It is really very helpful.

I am taking this service from Eurofox. The customer support is great and fast. It guides you in every possible ways.

Hi,Thank you for the information blog. send personalized SMS to customers around the world get Detailed analytics and reports. Just start your Bulk SMS Campaign and own business with powerful solutions without free DLT registration.


EmoticonEmoticon