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

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

botjaeger/nexmo-bundle
======================

Integrates vonage/client in symfony &gt;= 4

0.7(4y ago)72.0kMITPHPPHP &gt;=7.1

Since Jan 30Pushed 4y agoCompare

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

READMEChangelog (2)Dependencies (11)Versions (8)Used By (0)

Vonage (formerly Nexmo) API for Symfony
=======================================

[](#vonage-formerly-nexmo-api-for-symfony)

Symfony integration of the [vonage/vonage-php-sdk-core](https://github.com/vonage/vonage-php-sdk-core) client

Getting Started
---------------

[](#getting-started)

### Installing

[](#installing)

Just require the bundle with composer

```
composer require botjaeger/vonage-bundle

```

Then add the following line to your app/AppKernel.php

```
public function registerBundles()
{
    return [
        ...,
        new Botjaeger\VonageBundle\BotjaegerVonageBundle(),
    ];
}

```

### Configuration

[](#configuration)

Add the following lines to your config.yml

```
botjaeger_vonage:
    api_key: 'vonage_api_key'
    api_secret: 'vonage_api_secret'

```

### Usage

[](#usage)

```
$api = $this->get('vonage.client');
...

```

### Test

[](#test)

Must have docker installed in your system

```
./test

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Recently: every ~218 days

Total

7

Last Release

1775d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e4e6ab50eebf3192d4634e67653f41698837ed0c117830a7467f295676481b5?d=identicon)[botjaeger](/maintainers/botjaeger)

---

Top Contributors

[![botjaeger](https://avatars.githubusercontent.com/u/17152065?v=4)](https://github.com/botjaeger "botjaeger (37 commits)")

---

Tags

symfonybundle2fasmsvonagenexmo

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[php-flasher/flasher-symfony

Integrate flash notifications into Symfony projects effortlessly with PHPFlasher. Improve user experience and application feedback loops easily.

141.3M20](/packages/php-flasher-flasher-symfony)[sineflow/clamav

ClamAV PHP Client for Symfony

10168.5k](/packages/sineflow-clamav)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)

PHPackages © 2026

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