2017 © Pedro Peláez
 

component sms-api

Multiple SMS API Providers packaged together for general SMS sending use.

image

dpodium/sms-api

Multiple SMS API Providers packaged together for general SMS sending use.

  • Friday, July 27, 2018
  • by dpodium
  • Repository
  • 5 Watchers
  • 0 Stars
  • 77 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 12 % Grown

The README.md

sms-api

Multiple SMS Gateway Providers API packaged together for general SMS sending use., (*1)

Ability to configure specific provider to use on specific country dial code., (*2)

Requirements

At least php5.5 and above is required to use this module., (*3)

Installation

The preferred way to install this extension is through composer., (*4)

Either run, (*5)

$ composer require dpodium/sms-api

or add, (*6)

"dpodium/sms-api": "dev-master"

to the require section of your composer.json file., (*7)

Usage

Setup component for usage like such:, (*8)

$config = [];  //Configuration array, see \dpodium\smsapi\components\SmsManager for more information

$sms = new \dpodium\smsapi\components\SmsManager();
$sms->config = $config;
$sms->test_mode = false;

Use the component like such:, (*9)

$countryId = '60';
$contactNo = '123456789';
$sms->setPhone($countryId, $contactNo);
$sms->sendSms('Hello world!');

For more information and options, see \dpodium\smsapi\components\SmsManager and the individual provider components., (*10)

Providers

CM - https://www.smsgateway.to/en, (*11)

Clickatell - https://www.clickatell.com/, (*12)

Mobile Ace - N/A, (*13)

Footnotes

We are not affiliated with the SMS Gateway API Providers in any way. Usage of their services are subjected to their charges which are borne by user using the service., (*14)

The Versions

27/07 2018

1.1.4

1.1.4.0

Multiple SMS API Providers packaged together for general SMS sending use.

  Sources   Download

MIT

The Requires

 

sms clickatell cm sms gateway api sms gateway mobile ace

27/07 2018

dev-master

9999999-dev

Multiple SMS API Providers packaged together for general SMS sending use.

  Sources   Download

MIT

The Requires

 

sms clickatell cm sms gateway api sms gateway mobile ace

25/07 2018

dev-feature-iera-api-log

dev-feature-iera-api-log

Multiple SMS API Providers packaged together for general SMS sending use.

  Sources   Download

MIT

The Requires

 

sms clickatell cm sms gateway api sms gateway mobile ace

10/07 2018

1.1.3

1.1.3.0

Multiple SMS API Providers packaged together for general SMS sending use.

  Sources   Download

MIT

The Requires

 

sms clickatell cm sms gateway api sms gateway mobile ace

19/03 2018

1.1.2

1.1.2.0

Multiple SMS API Providers packaged together for general SMS sending use.

  Sources   Download

MIT

The Requires

 

sms clickatell cm sms gateway api sms gateway mobile ace

21/07 2017

1.1.1

1.1.1.0

Multiple SMS API Providers packaged together for general SMS sending use.

  Sources   Download

MIT

The Requires

 

sms clickatell cm sms gateway api sms gateway mobile ace

21/07 2017

1.1

1.1.0.0

Multiple SMS API Providers packaged together for general SMS sending use.

  Sources   Download

MIT

The Requires

 

sms clickatell cm sms gateway api sms gateway mobile ace

05/02 2016

1.0

1.0.0.0

Multiple SMS API Providers packaged together for general SMS sending use.

  Sources   Download

MIT

The Requires

 

sms clickatell cm sms gateway api sms gateway mobile ace