partikule/spothit-sms-bundle
Composer 安装命令:
composer require partikule/spothit-sms-bundle
包简介
Integrates the Spothit SMS API client with Symfony.
README 文档
README
Integrates the Spothit SMS API client with Symfony.
Installation
The recommended way to install SpothitSMSBundle is through composer:
$ composer require partikule/spothit-sms-bundle
Then enable it in your kernel:
<?php public function registerBundles() { $bundles = [ //... new Spothit\Bundle\SMSBundle\SpothitSMSBundle(), ]; }
Configuration
spothit_sms: api_key: "****************"
Usage
You can obtain Spothit SMS API client from Symfony container using:
<?php $container->get('spothit_sms.api.client');
统计信息
- 总下载量: 2.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-06-11