kreets / suzorisms
Suzori SMS sender
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kreets/suzorisms
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2025-12-29 03:41:11 UTC
README
INSTALLATION
Run the command: composer require kreets/suzorisms to download the package into the Laravel platform.
Add \Kreets\SuzoriSms\SuzoriSmsServiceProvider::class to the providers section in config/app.php/
run php artisan cache:clear
Config
Change data in /config/suzorisms.php
<?php return [ 'key' => 'suzoriapikey', 'project' => 'projectname', 'sender' => 'sender_id', 'log' => "logs/sms.txt" ]
USAGE
Send SMS through Suzori SMS Service Provider
SuzoriSms::send("314555666", "message");
This will send an SMS to +254 314555666