PHPackages                             epmnzava/nextsms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. epmnzava/nextsms

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

epmnzava/nextsms
================

PHP package for easy integration with NextSms Bulk SMS Solution

1.0.2(2y ago)1703MITPHPPHP ^7.4|^8.0

Since Dec 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dbrax/php-nextsms)[ Packagist](https://packagist.org/packages/epmnzava/nextsms)[ Docs](https://github.com/dbrax/php-nextsms)[ RSS](/packages/epmnzava-nextsms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/17164e854febe7ab6166a4e84d3e8e1b9ff59622f00e30a3ea2f8817daa55d03/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65706d6e7a6176612f6e657874736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/epmnzava/nextsms)[![Total Downloads](https://camo.githubusercontent.com/b45c2082d366dd579a1b738fb40df1c19d138f25209f533334ef1da5dc0b4691/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65706d6e7a6176612f6e657874736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/epmnzava/nextsms)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require epmnzava/nextsms
```

Usage
-----

[](#usage)

```
use Epmnzava\Nextsms;

public function send_sms_to_one_destination(){

    $sms=new Nextsms("https://messaging-service.co.tz", "Storewid", "3434");
    $response=$sms->sendSms("hellow world", "STOREWID", "255679079774");
}

public function send_sms_to_multiple_destination(){

    $sms=new Nextsms("https://messaging-service.co.tz", "Storewid", "3434");

    $response=$sms->send_sms_mutipledestination("hellow world", "STOREWID", ["255679079774","255768172016"]);
}

//getting all delivery reports

public function getAllDeliveryReports(){
    $sms=new Nextsms("https://messaging-service.co.tz", "Storewid", "3434");
    $response=$sms->getAllDeliveryReports();
}

//getting single message delivery report

public function getSingleMessageDeliveryReport(){
    $messageId="28089492984101631440";
    $sms=new Nextsms("https://messaging-service.co.tz", "Storewid", "3434");

        $reponse=$sms->getMessageDeliveryReport($messageId);

}

//get your  sms balance

public function getBalance(){
    $sms=new Nextsms("https://messaging-service.co.tz", "Storewid", "3434");

        $reponse=$sms->getSmsBalance();
}
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Emmanuel Mnzava](https://github.com/epmnzava)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~335 days

Total

3

Last Release

935d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8592847?v=4)[Emmanuel Paul Mnzava](/maintainers/dbrax)[@dbrax](https://github.com/dbrax)

---

Top Contributors

[![dbrax](https://avatars.githubusercontent.com/u/8592847?v=4)](https://github.com/dbrax "dbrax (11 commits)")

---

Tags

epmnzavanextsms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/epmnzava-nextsms/health.svg)

```
[![Health](https://phpackages.com/badges/epmnzava-nextsms/health.svg)](https://phpackages.com/packages/epmnzava-nextsms)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
