netelipsms Send SMS messages using spanish Netelip service

  1. Requirements
  2. Usage
  3. Resources

Send SMS messages using www.netelip.com service

Requirements

You at least need PHP 5.3+ adn cURL.

Usage

Change your config/main.php to add a new component:

'components' => array
(
  'sms' => array
     (
      'class'    => 'application.extensions.netelipsms.NetelipSMS',
      'login'     => 'user to login', // User to web login 
      'password'   => 'password to login',     // password to web login
     )
)

Now you can use the extension like this:

Yii::app()->sms->messageSend( array( '+34600000000', '+01555000000' ), 'Hello!' );

Resources

0 0
1 follower
226 downloads
Yii Version: Unknown
License: MIT
Category: Web Service
Tags: messages, sms
Developed by: aleksdj
Created on: Jan 26, 2014
Last updated: 10 years ago

Downloads

show all

Related Extensions