javihgil/nexmo-sms-bundle

This package is abandoned and no longer maintained. The author suggests using the Nexmo/nexmo-php package instead.

Provides extra features to javihgil/nexmo-bundle like storing and delivery reports.

Installs: 65

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2014-06-07 09:54 UTC

This package is auto-updated.

Last update: 2020-10-01 06:01:48 UTC


README

This bundle is under development, do not use it yet, it could change.

Configuration

composer.json

"repositories": [
    { "type": "vcs", "url": "https://github.com/javihgil/nexmo-bundle.git" },
    { "type": "vcs", "url": "https://github.com/javihgil/nexmo-extra-bundle.git" },
    ...
],

"require": {
    ...
    "javihgil/nexmo-bundle": "dev-master",
    "javihgil/nexmo-extra-bundle": "dev-master",
    ...
},

app/AppKernel.php

new Jhg\NexmoBundle\JhgNexmoBundle(),
new \Jhg\NexmoSmsBundle\JhgNexmoSmsBundle(),