Skip to content

wearesho-team/nigeriabulksms-message-delivery

Repository files navigation

NigeriaBulkSms Integration

Test & Lint Latest Stable Version Total Downloads codecov

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

NigeriaBulkSms SMS Gateway API

Quick Start

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

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

Usage

Configuration

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

TODO

Authors

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages