jasirilabs/nanasisms 问题修复 & 功能扩展

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

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

jasirilabs/nanasisms

最新稳定版本:v0.1.3

Composer 安装命令:

composer require jasirilabs/nanasisms

包简介

Aggregating SMS services to a single API

README 文档

README

Nanasi Sms

Banner Image

Note

Feel free to play with the code.

Get started

Warning

This is a work in progress.

use JasiriLabs\NanasiSMS\Config;
use JasiriLabs\NanasiSMS\NextSms\NextSmsAdapter;
use JasiriLabs\NanasiSMS\SwahibaSms;

$config = new Config(['username' => 'username', 'password' => 'password']);

$sms = new SwahibaSms(
    new NextSmsAdapter($config),
    []
);
$sms->send(['255765975152', '255766073577'], ['Hello Sigma SMS', 'Its working']);

$sms->schedule('255746094190', 'Hello Scheduled SMS', ['date' => '2022-06-30', 'time' => '10:03']);

$sms->deliveryReport(['limit' => 3]) 

$sms->balance()

Contributing

We value contributions from the community. If you have any questions, please open an issue or pull request.

Security Vulnerabilities

In case of any security issue just email us at support@jasirilabs.com

License

This project is licensed under the MIT license. See the LICENSE file for more information.

统计信息

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

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-07-06