javihgil / nexmo-sms-bundle
此包已被废弃,不再维护。作者建议使用 Nexmo/nexmo-php 包。
为 javihgil/nexmo-bundle 提供额外功能,如存储和投递报告。
dev-master
2014-06-07 09:54 UTC
Requires
- php: >=5.3.2
- symfony/framework-bundle: >=2.2.0
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(),