dev-master
9999999-dev https://github.com/d4rkstar/yii2-arubasmsYii 2 Aruba SMS Api
BSD-3-Clause
The Requires
extension yii2 sms aruba
Yii 2 Aruba SMS Api
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)
The preferred way to install this extension is through composer., (*2)
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)
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 ?>
Yii 2 Aruba SMS Api
BSD-3-Clause
extension yii2 sms aruba