PHPackages                             docdocdoc/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. docdocdoc/nexmo-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

docdocdoc/nexmo-bundle
======================

Send SMS with nexmo.com and symfony

515.6k4PHP

Since Jun 6Pushed 9y ago5 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

DocDocDocNexmoBundle
====================

[](#docdocdocnexmobundle)

Allow you to send sms using nexmo

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

[](#installation)

Run

```
php composer.phar require docdocdoc/nexmo-bundle dev-master

```

Add in your AppKernel :

```
new DocDocDoc\NexmoBundle\DocDocDocNexmoBundle(),

```

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

[](#configuration)

in config.yml :

```
doc_doc_doc_nexmo:
    api_key: YOUR_API_KEY
    api_secret: YOUR_API_SECRET

```

### Usage

[](#usage)

```
$message = new \DocDocDoc\NexmoBundle\Message\Simple("SenderId", "phone", "content of your sms");
$nexmoResponse = $this->container->get('doc_doc_doc_nexmo')->send($message);

```

Providers
---------

[](#providers)

For tests you can receive your sms in mail or just not send it :

in config.yml :

*Send by mail*

```
doc_doc_doc_nexmo:
    provider: doc_doc_doc_nexmo.send_mail
    mail_to: email@allsmshere.com
    mail_from: [default: no-reply@nexmobundle.com]

```

*Just trash it*

```
doc_doc_doc_nexmo:
    provider: doc_doc_doc_nexmo.noop

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community11

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://www.gravatar.com/avatar/52d4597d48c6639975152add5a1dccb0533f51f811cd124fc01a34938bbbf197?d=identicon)[cedriclombardot](/maintainers/cedriclombardot)

---

Top Contributors

[![cedriclombardot](https://avatars.githubusercontent.com/u/651484?v=4)](https://github.com/cedriclombardot "cedriclombardot (7 commits)")

---

Tags

bundlephpsymfonysymfony-bundlesymfony2symfony3

### Embed Badge

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

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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