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 follower
141 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Others
Tags: sms
Developed by: Giris
Created on: Feb 16, 2015
Last updated: 9 years ago

Downloads

show all

Related Extensions