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 4d 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 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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)

### 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

[peppeocchi/php-cron-scheduler

PHP Cron Job Scheduler

8282.5M34](/packages/peppeocchi-php-cron-scheduler)[zackkitzmiller/tiny

A reversible base62 ID obfuscater.

401208.4k](/packages/zackkitzmiller-tiny)[klaussilveira/gitter

Gitter allows you to interact in an object oriented manner with Git repositories.

20032.4k5](/packages/klaussilveira-gitter)[lezhnev74/pasvl

Array Validator (regular expressions for nested array, sort of)

5253.7k3](/packages/lezhnev74-pasvl)

PHPackages © 2026

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