630

Product support

Get help in the plugin support forum.

  • Added on May 6, 2019
  • Current version: 1.0.1
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by

Categories

SmsRu Sender plugin for OctoberCMS

Install

Use Zotenme.SmsRuSender to search/install this plugin.

Settings

  1. Install Plugin
  2. Go to https://sms.ru and create your account or sign in
  3. Get your API ID credentials
  4. Add your SmsRu datas on the System -> SmsRuSender section
  5. Add at the top level of your controllers use Zotenme\SmsRuSender\Classes\SmsRuSender;
  6. Send Sms with SmsRuSender::sendMessage('phone_number', 'text');

Localisation

  1. English
  2. Russian

License

The Import plugin for OctoberCMS is open-sourced software licensed under the MIT license.

After install and config, add this at the top of the file where you want to use the plugin:

use Zotenme\SmsRuSender\Classes\SmsRuSender;

And send sms like this:

SmsSender::sendMessage('phone_number', 'Message in 70 characters');

1.0.1

First version of SmsRuSender

May 04, 2019