PHPackages                             marcw/nexmo-bundle - 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. marcw/nexmo-bundle

ActiveSymfony-bundle

marcw/nexmo-bundle
==================

A simple Symfony integration for Nexmo PHP client

0124PHP

Since Mar 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/marcw/NexmoBundle)[ Packagist](https://packagist.org/packages/marcw/nexmo-bundle)[ RSS](/packages/marcw-nexmo-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Nexmo Bundle
============

[](#nexmo-bundle)

A simple bundle integration the [Nexmo PHP client library](https://github.com/Nexmo/nexmo-php/).

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

[](#installation)

`composer require marcw/nexmo-bundle`

Add in your `AppKernel.php` file:

`new MarcW\Bundle\NexmoBundle\MarcWNexmoBundle(),`

Configuration
-------------

[](#configuration)

Add in your `config.yml` file:

```
marc_w_nexmo:
    api_key:
    api_secret:
```

Usage
-----

[](#usage)

Access the Nexmo client as a service this way:

```
$client = $container->get('marcw.nexmo.client');
```

Contributions
-------------

[](#contributions)

Yes, please.

License
-------

[](#license)

This software is licensed under the MIT license.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5869940?v=4)[futurecat](/maintainers/futurecat)[@futurecat](https://github.com/futurecat)

---

Top Contributors

[![marcw](https://avatars.githubusercontent.com/u/160332?v=4)](https://github.com/marcw "marcw (6 commits)")

### Embed Badge

![Health badge](/badges/marcw-nexmo-bundle/health.svg)

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

PHPackages © 2026

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