wearesho-team/kudisms-message-delivery

KudiSMS Nigeria Integration

1.0.0 2023-07-03 13:42 UTC

This package is not auto-updated.

Last update: 2024-09-10 17:33:19 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
  • 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