Skip to content

SMSLink-ro/Integration-example-of-SMS-Gateway-HTTP-using-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Integration example of SMS Gateway (HTTP) using PHP

This is an integration example for sending SMS using SMSLink.ro API, called SMS Gateway. SMSLink.ro allows you to send SMS to all mobile networks in Romania and also to more than 168 countries and more than 1000 mobile operators worldwide.

Requirements & Usage

  1. Create an account on SMSLink.ro
  2. Create a SMS Gateway connection at SMSLink.ro / SMS Gateway / Configuration & Settings. Each SMS Gateway connection is a pair of Connection ID and Password.
  3. See Usage Examples for the SMSGateway() class starting on line 353 in main.php file from the repository.

Supported Functions

  1. $SMSGateway->sendMessage() - sends an SMS
  2. $SMSGateway->accountBalance() - retrieve SMSLink account balance

Features

  1. Supports HTTP and HTTPS protocols
  2. Supports PHP cURL GET, PHP cURL POST and file_get_contents()

System Requirements

PHP 5 or greater with PHP cURL library or file_get_contents with allow_url_fopen to be set to 1 in php.ini

Documentation

The complete documentation of the SMSLink - SMS Gateway API can be found here, describing all available APIs (HTTP GET / POST, SOAP / WSDL, JSON and more).

Additional modules and integrations

SMSLink also provides modules for major eCommerce platforms (on-premise & on-demand), integrations using Microsoft Power Automate, Zapier or Integromat and many other useful features. Read more about all available features here.

Support

For technical support inquiries contact us at contact@smslink.ro or by using any other available method described here.

About

Integration example of SMS Gateway (HTTP) using PHP cURL (GET and/or POST) and/or file_get_contents(). Functions Supported: Send SMS, Retrieve Account Balance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages