2017 © Pedro Peláez
 

luya-module luya-module-smsnewsletter

SMS Newseltter module for ASPSMS gateway.

image

luyadev/luya-module-smsnewsletter

SMS Newseltter module for ASPSMS gateway.

  • Sunday, July 15, 2018
  • by nadar
  • Repository
  • 3 Watchers
  • 1 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LUYA SMS Newsletter module with ASPSMS

LUYA Total Downloads Latest Stable Version, (*1)

Add persons, add lists, send SMS messages to the persons in the list. Including the delivery status for every message., (*2)

Installation

Install the extension through composer:, (*3)

composer require luyadev/luya-module-smsnewsletter

Configure the module in the config:, (*4)

'modules' => [
    // ...
    'smsnewsletteradmin' => [
        'class' => 'luya\smsnewsletter\admin\Module',
        'originName' => 'My Sender Name',
        'defaultNumberRegion' => 'ch',
        'aspsmsKey' => '****', // see aspsms.com
        'aspsmsPassword' => '****', // see aspsms.com
    ],
    // ...
],

Run the migrate command:, (*5)

./luya migrate

Run the import command afterwards:, (*6)

./luya import

The Versions

15/07 2018

dev-master

9999999-dev

SMS Newseltter module for ASPSMS gateway.

  Sources   Download

MIT

The Requires

 

The Development Requires

luya