ifuratdev / luya-module-smsnewsletter
SMS Newseltter module for ASPSMS gateway.
1.0.2
2019-08-29 10:01 UTC
Requires
- giggsey/libphonenumber-for-php: ^8.9
- luyadev/luya-module-admin: ^2.0
- nadar/aspsms: ^1.0
Requires (Dev)
- luyadev/luya-testsuite: ~1.0.0
This package is auto-updated.
Last update: 2025-03-29 01:00:31 UTC
README
Add persons, add lists, send SMS messages to the persons in the list. Including the delivery status for every message.
Installation
Install the extension through composer:
composer require luyadev/luya-module-smsnewsletter
Configure the module in the config:
'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:
./luya migrate
Run the import command afterwards:
./luya import