javihgil/nexmo-sms-bundle

此包已被废弃,不再维护。作者建议使用 Nexmo/nexmo-php 包。

为 javihgil/nexmo-bundle 提供额外功能,如存储和投递报告。

安装: 65

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型: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

此包正在开发中,请不要使用它,它可能会发生变化。

配置

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(),