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.5k4PHP

Since Jun 6Pushed 8y 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 1w 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 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

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

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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