PHPackages                             itainathaniel/nova-nexmo - 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. itainathaniel/nova-nexmo

AbandonedArchivedLibrary[API Development](/categories/api)

itainathaniel/nova-nexmo
========================

Laravel Nova card &amp; tool to interact with Nexmo.com

v1.0.1(7y ago)45491[1 PRs](https://github.com/itainathaniel/nova-nexmo/pulls)MITVuePHP &gt;=7.1.0

Since Sep 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/itainathaniel/nova-nexmo)[ Packagist](https://packagist.org/packages/itainathaniel/nova-nexmo)[ Docs](https://github.com/itainathaniel/nova-nexmo)[ RSS](/packages/itainathaniel-nova-nexmo/feed)WikiDiscussions master Synced 2mo ago

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

Nova Nexmo
==========

[](#nova-nexmo)

A card &amp; tool for interacting with [Nexmo](https://www.nexmo.com/)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d052b392f88729605363cb09f5c786adfc14ea58c1b3e276ffa254b2e63054fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f697461696e617468616e69656c2f6e6f76612d6e65786d6f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/itainathaniel/nova-nexmo)[![Total Downloads](https://camo.githubusercontent.com/df09d6fc540224b883b5e3f39276cd6c80a6e897bba2949950f69b2491268cef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f697461696e617468616e69656c2f6e6f76612d6e65786d6f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/itainathaniel/nova-nexmo)

[![screenshot of the balance card](https://camo.githubusercontent.com/d4b8ff77ed649e98b18ad3b0268a6d43ebc0972c27b99095a749b576fab35c24/68747470733a2f2f697461696e617468616e69656c2e6769746875622e696f2f6e6f76612d6e65786d6f2f62616c616e63652e706e67)](https://camo.githubusercontent.com/d4b8ff77ed649e98b18ad3b0268a6d43ebc0972c27b99095a749b576fab35c24/68747470733a2f2f697461696e617468616e69656c2e6769746875622e696f2f6e6f76612d6e65786d6f2f62616c616e63652e706e67)

[![screenshot of the sending SMS tool](https://camo.githubusercontent.com/8f030b8e1fe9694417b44c3408c3d4caa0987bd13b2b770c4bf517102868b9ac/68747470733a2f2f697461696e617468616e69656c2e6769746875622e696f2f6e6f76612d6e65786d6f2f73656e642d736d732e706e67)](https://camo.githubusercontent.com/8f030b8e1fe9694417b44c3408c3d4caa0987bd13b2b770c4bf517102868b9ac/68747470733a2f2f697461696e617468616e69656c2e6769746875622e696f2f6e6f76612d6e65786d6f2f73656e642d736d732e706e67)

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

[](#installation)

This package relies on [Nexmo's Laravel package](https://github.com/Nexmo/nexmo-laravel). If you hadn't installed it already, do that now and follow their instructions, up until the end, where you have Nexmo's key &amp; secret in your `config/nexmo.php` file.

Install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require itainathaniel/nova-nexmo
```

Now you can register the sending SMS tool, the balance card or the two of them in your `App\Providers\NovaServiceProvider`.

To register the sending SMS tool, do the following:

```
// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Itainathaniel\NovaNexmo\NovaNexmoTool(),
    ];
}
```

To register the balance card, do this:

```
// in app/Providers/NovaServiceProvider.php

// ...

public function cards()
{
    return [
        // ...
        new \Itainathaniel\NovaNexmo\NovaNexmoCard(),
    ];
}
```

You can cntroll the number of digits after the decimal point by registering the card with the `decimals()` function, like so:

```
	(new \Itainathaniel\NovaNexmo\NovaNexmoCard())->decimals(4),
```

The default number of digits is 2, Nexmo support up to 4 digits.

### Security

[](#security)

If you discover any security related issues, please email  or use the issue tracker.

Credits
-------

[](#credits)

- [Itai Nathaniel](https://github.com/itainathaniel)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Total

2

Last Release

2798d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3297a14a42b48d5f315bab9b7f5e6ef7e4b683cda8d58c432a0ea525aa4fcb4c?d=identicon)[itainathaniel](/maintainers/itainathaniel)

---

Top Contributors

[![itainathaniel](https://avatars.githubusercontent.com/u/971236?v=4)](https://github.com/itainathaniel "itainathaniel (5 commits)")

---

Tags

laravellaravel-novanexmolaravelnovanexmo

### Embed Badge

![Health badge](/badges/itainathaniel-nova-nexmo/health.svg)

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

###  Alternatives

[hammerstone/refine-nova

A Laravel Nova integration for the Refine query builder.

3356.5k](/packages/hammerstone-refine-nova)[coreproc/nova-echo

Adds Laravel Echo with your broadcast configuration to your Laravel Nova app

1996.9k2](/packages/coreproc-nova-echo)

PHPackages © 2026

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