Skip to content

wearesho-team/kudisms-message-delivery

Repository files navigation

KudiSMS Integration

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

About

KudiSMS Nigeria Message Delivery Integration (PHP)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages