PHPackages                             naif/nova-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. naif/nova-sms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

naif/nova-sms
=============

A Laravel Nova SMS Tool to send messages via the most popular providers.

9100PHP

Since Jan 23Pushed 7y agoCompare

[ Source](https://github.com/naifalshaye/nova-sms)[ Packagist](https://packagist.org/packages/naif/nova-sms)[ RSS](/packages/naif-nova-sms/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Nova SMS
================

[](#laravel-nova-sms)

A Laravel Nova SMS Tool to send messages via the most popular providers.

Installation:
-------------

[](#installation)

First you must install cammac/sms [cammac/sms](https://github.com/efrontsa/sms) into your Laravel app.

After publishing config file it will be added to your Laravel as config/sms.php

Add SMS provider requred config keys to your .env file

You can install nova sms package in to a Laravel app that uses Nova via composer:

```
composer require naif/nova-sms
```

Usage
-----

[](#usage)

Add the below to the tools function in app/Providers/NovaServiceProvider.php

```
public function tools()
{
  return [
    new NovaSms(),
  ];
}
```

[![Package screenshot](https://raw.githubusercontent.com/naifalshaye/nova-sms/master/screenshots/screen.png)](https://raw.githubusercontent.com/naifalshaye/nova-sms/master/screenshots/screen.png)

Credits
-------

[](#credits)

[Abdullah Algethami](https://twitter.com/3bdo3tb)

Support:
--------

[](#support)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/323a5cbb1087ce4edc9deec40b03736b6d43a3ca205615b346108ed57f58e50e?d=identicon)[naifdev](/maintainers/naifdev)

---

Top Contributors

[![naifalshaye](https://avatars.githubusercontent.com/u/23122187?v=4)](https://github.com/naifalshaye "naifalshaye (9 commits)")

### Embed Badge

![Health badge](/badges/naif-nova-sms/health.svg)

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

###  Alternatives

[kitano/php-expression

PHP Expression language

301.2k](/packages/kitano-php-expression)

PHPackages © 2026

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