abdualrhmanio/mobilywssms 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

abdualrhmanio/mobilywssms

Composer 安装命令:

composer require abdualrhmanio/mobilywssms

包简介

mobilywssms SMS Sender Wrapper Laravel

README 文档

README

Introduction

...

Installation

First, you'll need to require the package with Composer:

composer require abdualrhmanio/mobilywssms

Aftwards, run composer update from your command line.

Then, update config/app.php by adding an entry for the service provider.

'providers' => [
	// ...
	Abdualrhmanio\MobilyWsSms\MobilyWsSmsServiceProvider::class
];

Then, register class alias by adding an entry in aliases section

'aliases' => [
	// ...
	'mobilywssms' => Abdualrhmanio\MobilyWsSms\MobilyWsSmsFacade::class
];

Finally, from the command line again, run

php artisan vendor:publish --tag=config

to publish the default configuration file. This will publish a configuration file named mobilywssms.php which includes your jawalbsms App Credentials.

Note: If the previous command does not publish the config file successfully, please check the steps involving providers and aliases in the config/app.php file.

Configuration

You need to fill in mobilywssms.php file that is found in your applications config directory.

Usage

Sending a SMS To Specific Number

You can easily send a SMS to Specific Number with the command

\mobilywssms::sendSMS("Some Message","PhoneNumber");

统计信息

  • 总下载量: 86
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-05-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固