labsmobilesms Send SMS all over the world using LabsMobile platform and their HTTP/POST API.

  1. Requirements
  2. Usage
  3. Resources

Send SMS with a single line of code. You can send SMS all over the world using LabsMobile platform and their HTTP/POST API.

Requirements

  • Yii 2.0

  • A LabsMobile user account. Go to www.labsmobile.com to signup.

Usage

  1. Copy the LabsMobileSMS folder into /vendor

  2. Add the following lines into you configuration file (ex. /config/web.php)

...
'components' => [
        ...
        'sms' => [
            'class' => 'app\vendor\LabsMobileSMS\LabsMobileSMS',
            'LMaccount_username'=>'{YOUR USERNAME}',
            'LMaccount_password'=>'{YOUR PASSWORD}',
            'LMaccount_clientapi'=>'{YOUR API CLIENT}',
        ],
  1. Now you can send SMS with the following code:
Yii::$app->sms->send(array('to'=>'14158141829', 'message'=>'Hello world!'));

or check the credits of your LabsMobile account:

Yii::$app->sms->get_balance();

Resources

0 0
2 followers
278 downloads
Yii Version: 2.0
License: BSD-2-Clause
Category: Others
Developed by: Borislav
Created on: Jul 14, 2015
Last updated: 8 years ago

Downloads

show all

Related Extensions