kreets/suzorisms

There is no license information available for the latest version (dev-master) of this package.

Suzori SMS sender

dev-master 2022-12-02 01:52 UTC

This package is auto-updated.

Last update: 2025-05-29 01:56:55 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