2017 © Pedro Peláez
 

yii2-extension yii2-arubasms

Yii 2 Aruba SMS Api

image

d4rkstar/yii2-arubasms

Yii 2 Aruba SMS Api

  • Wednesday, June 22, 2016
  • by d4rkstar
  • Repository
  • 2 Watchers
  • 1 Stars
  • 52 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

yii2-arubasms

This widget will let you send SMS through the HTTP interface exposed by Aruba (http://guide.hosting.aruba.it/web-marketing/sms-aruba/invio-sms-tramite-api-sms-aruba.aspx)., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Install

Either run, (*3)

$ php composer.phar require d4rkstar/yii2-arubasms "dev-master"

or add, (*4)

"d4rkstar/yii2-arubasms": "dev-master"

to the require section of your composer.json file., (*5)

Sample Usage

In the section components of your app/config/web.php, add:, (*6)

'components' => [
    ...
    'arubasms' => require(__DIR__ . '/arubasms.php'),
]

Now, add a configuration file named app/config/arubasms.php, and add:, (*7)

'd4rkstar\arubasms\HttpSms',

];
?>

Now, anywhere in your application, you can send an SMS:, (*8)

<?php
    // sample code here
?>

The Versions

22/06 2016

dev-master

9999999-dev https://github.com/d4rkstar/yii2-arubasms

Yii 2 Aruba SMS Api

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 sms aruba