2017 © Pedro Peláez
 

symfony-bundle nexmo-sms-bundle

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

image

javihgil/nexmo-sms-bundle

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

  • Saturday, June 7, 2014
  • by javihgil
  • Repository
  • 1 Watchers
  • 0 Stars
  • 61 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Nexmo Sms Bundle

This bundle is under development, do not use it yet, it could change., (*1)

Configuration

composer.json, (*2)

"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, (*3)

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

The Versions

07/06 2014

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

bundle symfony sms nexmo