kreets/suzorisms

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

Suzori SMS sender

Maintainers

Package info

github.com/kreets/suzorisms

pkg:composer/kreets/suzorisms

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-29 01:00:57 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