2017 © Pedro Peláez
 

library yii2-messente

Messente component for Yii 2 framework

image

nuffic/yii2-messente

Messente component for Yii 2 framework

  • Friday, July 21, 2017
  • by Nuffic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 133 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

Yii 2 Messente SMS sender

Yii component for sending text messages to messente. Before sending to messente, it also checks if phone number is valid for specified country and if phone type is mobile., (*1)

How to use?

Installation with Composer

Just add the line under require object in your composer.json file. ``` json { "require": { "nuffic/yii2-messente" : "dev-develop" } }, (*2)

then run 

``` console
$> composer update

Configuration

Now add following in to your components section of config., (*3)

``` php 'sms' => [ 'class' => 'nuffic\messente\SMS', 'username' => '', 'password' => '', 'from' => '' #optional ],, (*4)


##Usage ``` php Yii::$app->sms->send('EE', 'Content here', '+372 111 1111', 'SenderHere');

The Versions

21/07 2017

dev-develop

dev-develop

Messente component for Yii 2 framework

  Sources   Download

The Requires

 

by Kaupo Juhkam