wearesho-team/kudisms-message-delivery

KudiSMS Nigeria Integration

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/wearesho-team/kudisms-message-delivery

1.0.0 2023-07-03 13:42 UTC

This package is not auto-updated.

Last update: 2025-10-07 22:57:09 UTC


README

Test & Lint Latest Stable Version Total Downloads codecov

wearesho-team/message-delivery implementation of Delivery\ServiceInterface

KudiSMS Documentation

Quick Start

  • Install to your Project
composer require wearsho-team/kudisms-message-delivery:^1.0
  • Configure environment
Variable Required Description
KUDISMS_LOGIN Yes Your login to gateway
KUDISMS_PASSWORD Yes Your password to gateway
NUDISMS_SENDER Yes SMS Sender name
  • Use in your code
<?php
use Wearesho\Delivery\Message;
use Wearesho\Delivery\KudiSms;

$service = KudiSms\Service::instance();
$service->send(new Message("Text", "3809700000000"));

You can also see examples.

Usage

Configuration

ConfigInterface have to be used to configure requests. Available implementations:

Authors

License

MIT