承接 edlugz/vas 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

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

Latest Version on Packagist Total Downloads Build Status StyleCI

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-11-29