Simple website to send SMS Messages using smsgateway.me API and your Android phone
Its Free
Make sure you have an Android Phone with working SMS service and server (local or online) running on your machine. *** If you dont know how to install/run server on you laptop/desktop, search on google "Xampp" (for PC) or "Mamp" (for Mac OS X)***
- Goto: https://smsgateway.me/ and Signup.
- The email and password you signup with will be used later so make sure to note it down.
-
Open Google Play Store on your Android phones and search for "SMS Gateway API" (made by CodeOn). Download and Install it.
-
Login to the app using the email and password.
-
Create a directory folder where you can run php files on your server (e.g., n mac os x, its "Sites" folder) and clone/download this git
-
Open config.php in a text editor and edit this line
$smsGateway = new SmsGateway('username03@smsgateway.me', 'password');
- replace
username03@smsgateway.me
andpassword
with you ownemail
andpassword
that you signed up on https://smsgateway.me/
- Launch you server and you should see your phone number from Android app.