Turn your Android phone into a SMS Gateway

Send and receive messages programmatically through your phone using API service

  1. <?php
  2. include "smsGateway.php"
  3. $smsGateway = new SmsGateway( 'demo@dahili.net' , 'password' )

  4. $deviceID = 1 ;
  5. $number = '+902164289826' ;
  6. $message = 'Hello World!' ;

  7. $result = $smsGateway -> sendMessageToNumber ($number, $message, $deviceID);
  8. ?>

SMS Gateway API
My Android Phone


Sending
'Hello World!'
to
'+902164289826'

Your Android phone, Your SMS Gateway


Using our free service you can turn your Android phone into a free SMS Gateway. Allowing you to both send and receive SMS messages programmatically using our restful API

Register For Free!

We have catered to


Users

1 5 , 0 0 0

incoming and outgoing messages

1 0 , 0 0 0 , 0 0 0

devices

2 0 , 0 0 0

Get started within minutes!

Turning your phone into an SMS gateway could not be easier. Within just a few short minutes you could be set up to both send and receive messages programmatically from your Android phone. All you have to get started is take the following 3 actions:

Works on all platform!


Because we use a very simple restful API you can use any programing language that can make HTTP requests to communicate with our API. We also provide libraries for some of these languages to help you do more with less code.

SMS API Platforms
  1. <?php
  2. include "smsGateway.php"
  3. $smsGateway = new SmsGateway( 'demo@dahili.net' , 'password' )

  4. $deviceID = 1 ;
  5. $number = '+902164289826' ;
  6. $message = 'Hello World!' ;

  7. $result = $smsGateway -> sendMessageToNumber ($number, $message, $deviceID);
  8. ?>

All it takes is a few lines of code!!

We have worked very hard so you wont have to. We have tried to make our API as elegent as possible so that you can do most things with just a few lines of code.

View full documentation!

What people said about us!


  • You can't beat this app!! This is the best SMS gateway app with the fastest outgoing and incoming SMS times. It is instantaneous. They have full web management, HTTP API and best of all its free!