PHPackages                             hemmy/hemmy\_send\_sms - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. hemmy/hemmy\_send\_sms

ActiveLibrary[HTTP &amp; Networking](/categories/http)

hemmy/hemmy\_send\_sms
======================

Send SMS via NextSMS API

1(3mo ago)0104MITPHPPHP &gt;=7.2.5

Since Jan 7Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/hemmy6894/hemmy_send_sms)[ Packagist](https://packagist.org/packages/hemmy/hemmy_send_sms)[ RSS](/packages/hemmy-hemmy-send-sms/feed)WikiDiscussions main Synced 1mo ago

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

Hemmy Send SMS (nextsms.co.tz) PHP
==================================

[](#hemmy-send-sms-nextsmscotz-php)

This package enables sending SMS using nextsms.co.tz
----------------------------------------------------

[](#this-package-enables-sending-sms-using-nextsmscotz)

### Supports Laravel 12

[](#supports-laravel-12)

```
composer require hemmy/hemmy_send_sms
```

```
php artisan vendor:publish --tag=hemmy_next_sms
```

### Sending a Single SMS to Multiple Recipients

[](#sending-a-single-sms-to-multiple-recipients)

```
use Hemmy\SendSms\Controllers\HemmySendSms;

HemmySendSms::send($to, $message);
```

#### Parameters

[](#parameters)

VariableDescriptionExample`$to`Contains all user phone numbers`[25568563965*, 255XXXXXXXXX]``$message`Contains the message to be sent`"Hello, how are you?"`### Sending Multiple SMS to Multiple Recipients

[](#sending-multiple-sms-to-multiple-recipients)

```
use Hemmy\SendSms\Controllers\HemmySendSms;

HemmySendSms::sendMultiple($to, $message);
```

#### Parameters

[](#parameters-1)

VariableDescriptionExample`$to`Contains all user phone numbers`[25568563965*, 255XXXXXXXXX]``$message`Contains the messages to be sent`["Hello, how are you?", "Habari yako mzima?"]`

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance82

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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 ~398 days

Total

2

Last Release

92d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f3d70a129da14727a6b9bc6d47586a3ecc5fe542ddb8142eb1208c0e38fbd1b?d=identicon)[hemmy6894](/maintainers/hemmy6894)

---

Top Contributors

[![hemmy6894](https://avatars.githubusercontent.com/u/37750218?v=4)](https://github.com/hemmy6894 "hemmy6894 (39 commits)")

### Embed Badge

![Health badge](/badges/hemmy-hemmy-send-sms/health.svg)

```
[![Health](https://phpackages.com/badges/hemmy-hemmy-send-sms/health.svg)](https://phpackages.com/packages/hemmy-hemmy-send-sms)
```

###  Alternatives

[danharrin/livewire-rate-limiting

Apply rate limiters to Laravel Livewire actions.

40423.1M27](/packages/danharrin-livewire-rate-limiting)[mateusjunges/laravel-kafka

A kafka driver for laravel

7163.1M17](/packages/mateusjunges-laravel-kafka)[illuminate/http

The Illuminate Http package.

11936.0M5.1k](/packages/illuminate-http)[ricorocks-digital-agency/soap

A SOAP client that provides a clean interface for handling requests and responses.

4281.8M5](/packages/ricorocks-digital-agency-soap)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[laravel-shift/curl-converter

A command line tool to convert curl requests to Laravel HTTP requests.

935.3k](/packages/laravel-shift-curl-converter)

PHPackages © 2026

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