PHPackages                             jasirilabs/nanasisms - 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. [API Development](/categories/api)
4. /
5. jasirilabs/nanasisms

ActiveLibrary[API Development](/categories/api)

jasirilabs/nanasisms
====================

Aggregating SMS services to a single API

v0.1.3(3y ago)6302[1 issues](https://github.com/jasirilabs/swahiba-sms/issues)PHPPHP &gt;=8.1

Since Jul 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jasirilabs/swahiba-sms)[ Packagist](https://packagist.org/packages/jasirilabs/nanasisms)[ RSS](/packages/jasirilabs-nanasisms/feed)WikiDiscussions 0.x Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (8)Used By (0)

Nanasi Sms
===========

[](#nanasi-sms)

[![Banner Image](./docs/banner.png)](./docs/banner.png)

**Note**

> Feel free to play with the code.

Get started
-----------

[](#get-started)

**Warning**

> This is a work in progress.

```
use JasiriLabs\NanasiSMS\Config;
use JasiriLabs\NanasiSMS\NextSms\NextSmsAdapter;
use JasiriLabs\NanasiSMS\SwahibaSms;

$config = new Config(['username' => 'username', 'password' => 'password']);

$sms = new SwahibaSms(
    new NextSmsAdapter($config),
    []
);
```

```
$sms->send(['255765975152', '255766073577'], ['Hello Sigma SMS', 'Its working']);

$sms->schedule('255746094190', 'Hello Scheduled SMS', ['date' => '2022-06-30', 'time' => '10:03']);

$sms->deliveryReport(['limit' => 3])

$sms->balance()
```

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

[](#contributing)

We value contributions from the community. If you have any questions, please open an issue or pull request.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

In case of any security issue just email us at

License
-------

[](#license)

This project is licensed under the MIT license. See the LICENSE file for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance23

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Recently: every ~169 days

Total

7

Last Release

711d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/792663d53bb3a2d4bde86ffae05ca9e7e46933b411dc6cf0ac1ff0ea76aca1a7?d=identicon)[brunoalfred](/maintainers/brunoalfred)

---

Top Contributors

[![brunoalfred](https://avatars.githubusercontent.com/u/55545250?v=4)](https://github.com/brunoalfred "brunoalfred (45 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/jasirilabs-nanasisms/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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