effective-solutions/sms-gateway-bundle
最新稳定版本:0.0.3
Composer 安装命令:
composer require effective-solutions/sms-gateway-bundle
包简介
Effective Solutions (Pvt) Ltd. SMS Gateway Bundle
关键字:
README 文档
README
Install and Configure Gammu Library using following documentations.
Use the SMSD Configuration files inside bundle's SMSGateway/gammu-config folder for different operators. Change the port according to your modem port number. Look at the Multiple Modems section in following link. [Gammu SMSD Configuration File] (http://wammu.eu/docs/manual/smsd/config.html)
Now you are ready to install Effective Solutions SMS Gateway Bundle. Use the following console command.
php composer.phar require effective-solutions/sms-gateway-bundle
After the installation add following in your AppKernel.php file
new EffectiveSolutions\SMSGatewayBundle\EffectiveSolutionsSMSGatewayBundle(),
Use MySQL Backend Gammu documentation for configure your SMS Database. Change Bundle's Resources/config/parameters.yml file according to your Database settings.
In order to use SMSGatewayBundle in your code, add following lines. Enter your number as 07xxxxxxxx.
$sms_gateway = $this->get('sms_gateway');
$sms_gateway->sendSMS('your_number','your_message');
Thank you for using Effective Solutions SMSGateway Bundle. Powered By EffectiveSolutions.lk
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-13