edlugz/vas
最新稳定版本:v0.0.10
Composer 安装命令:
composer require edlugz/vas
包简介
This package provides you with a simple tool to make requests to VAS SMS API
README 文档
README
This package provides you with a simple tool to make requests to VAS APIs so that you can focus on the development of your awesome applications instead of all the set up involved.
Installation
Via Composer
composer require edlugz/vas
Publish Migration Files
php artisan vendor:publish --provider="EdLugz\VAS\VASServiceProvider" --tag="migrations"
Fill in all the details you will be requiring for your application. Here are the env variables for quick copy paste.
VAS_API_KEY VAS_REGISTERED_EMAIL VAS_SENDER_ID
Usage
Using the facade
Check balance
VAS::SMS()->balance();
Send Message
VAS::SMS()->send($mobileNumber, $message, $requestId = null);
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email eddy.lugaye@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.
统计信息
- 总下载量: 361
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-29