imrostom/muthofun
Composer 安装命令:
composer require imrostom/muthofun
包简介
Laravel MuthoFun SMS Payment Gateway API
关键字:
README 文档
README
Muthofun SMS GATEWAY is a LARAVEL client for MUTHOFUN SMS Gateway API
Installation
You can install the package via composer:
composer require imrostom/muthofun
Usage
You this namespace in your controllers:
use Imrostom\Muthofun\Facade\Muthofun;
Configuration
Publish muthofun config file and configure your mutofun information.
return [ 'username' => 'imrostom', 'password' => '123456', 'unicode' => 1, // 1 or 0 'database' => true, 'demo' => true, 'version' => '1.0', ];
To send message single user
$response = Muthofun::messages(['mobile'=> '+0145465', 'message'=> 'a demo message'])->send();
To send message mutiple user
$response = Muthofun::messages([['mobile'=> '+0145465', 'message'=> 'a demo message'], ['mobile'=> '+0145465', 'message'=> 'a demo message']])->send();
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email rostomali4444@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-06