esmsglobal This extension allows you to send sms using SMSGlobal web apis.

  1. Requirements
  2. Installation
  3. Usage

SMSGlobal is one of the service providers to help you send SMS using their web apis.

Requirements

Yii 1.1 or above
Curl

Installation

Download the zip file and extract under protected/extensions Use the settings below in the config/main.php under components.

'smsGlobal' => array(
            'class' => 'ext.smsGlobal.smsGlobal',
            'username' => 'xxxx',
            'password' => 'xxxx',
            'from' => 'xxxx',
        ),

Usage

Use the code example to send sms:

Yii::app()->smsGlobal->send(array('to' => 'xxxxxxxx', 'message' => 'xxxxxxxxxxx'));
0 0
1
141
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Developed by: Giris Giris
Created: Feb 16, 2015
Updated: 11 years ago

Downloads

show all

Related Extensions