zephyr/allmysms-bundle
Composer 安装命令:
composer require zephyr/allmysms-bundle
包简介
This bundle provides load of AllMySMS API for your Symfony Project
README 文档
README
This bundle provides AllMYSMS Library as symfony service.
It is compatible and tested with PHP 5.5, 5.6, 7.0, 7.1, on Symfony 3.* and 4.*.
Documentation
Installation with Symfony Flex
Use the composer command in your Symfony Flex project :
composer req allmysms
Installation Symfony 2.x, 3.x
Install the bundle
composer require zephyr/allmysms-bundle
Add the bundle to AppKernel
<?php //... class AppKernel extends Kernel { public function registerBundles() { $bundles = [ // ... new ZephyrHQ\AllMySMSBundle\ZephyrHQAllMySMSBundle(), // ... ]; } // ... }
Add this configuration to config.yml
zephyrhq_allmysms: api_login: '%env(ALLMYSMS_LOGIN)%' api_key: '%env(ALLMYSMS_KEY)%' simulate: '%env(ALLMYSMS_SIMULATE)%' simple_sms: false
Support
Please consider opening a question on StackOverflow using the allmysms tag.
Github Issues are dedicated to bug reports and feature requests.
Contributing
See the CONTRIBUTING file.
Credits
- Zephyr Web dev@zephyr-web.fr
- All contributors
License
This bundle is under the MIT license.
For the whole copyright, see the LICENSE file distributed with this source code.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-02-08