All Projects → flc1125 → dysms

flc1125 / dysms

Licence: MIT license
阿里短信接口

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to dysms

yii2-dysms
阿里云 dysms 官方 SDK 的 Composer 封装,支持 yii2 项目。
Stars: ✭ 13 (-80.88%)
Mutual labels:  aliyun, aliyun-sms, dysms
aliyun-sms
阿里云 SMS 短信 Java SDK 封装
Stars: ✭ 67 (-1.47%)
Mutual labels:  sms, aliyun
MockSMS
Android application to create/craft fake sms.
Stars: ✭ 63 (-7.35%)
Mutual labels:  sms
aliyun-openapi-sdk-net-core
aliyun open api sdk for .net core 2.0
Stars: ✭ 17 (-75%)
Mutual labels:  aliyun
africastalking-node.js
Official Node.js SDK for Africa's Talking
Stars: ✭ 113 (+66.18%)
Mutual labels:  sms
awesome-env-config-cn
各种开发语言项目环境国内(中国国内加速镜像)配置教程和部分实践经验,包括github.com, nodejs,npm,nvm, yarn, java, maven, gradle, python, mysys2, elasticsearch, php,golang等等,更多正在加入中...
Stars: ✭ 50 (-26.47%)
Mutual labels:  aliyun
cht-gateway
Android SMS gateway app for CHT Applications
Stars: ✭ 60 (-11.76%)
Mutual labels:  sms
xxcloud
xxcloud,旨在整合数据中心异构虚拟化资源为统一的资源池,并在资源池上为用户提供各类IAAS、PAAS服务。
Stars: ✭ 64 (-5.88%)
Mutual labels:  aliyun
yii2-notifications
This Yii2 extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack, Telegram etc.
Stars: ✭ 62 (-8.82%)
Mutual labels:  sms
netgsm
netgsm sms package for laravel 6.x, 7.x, 8.x and 9.x
Stars: ✭ 25 (-63.24%)
Mutual labels:  sms
useful-twilio-functions
A set of useful Twilio Functions.
Stars: ✭ 53 (-22.06%)
Mutual labels:  sms
matrix-sms-bridge
Matrix bridge, that allows you to bridge matrix rooms to SMS with one telephone number only.
Stars: ✭ 62 (-8.82%)
Mutual labels:  sms
mailslurp-client
Official MailSlurp Client
Stars: ✭ 33 (-51.47%)
Mutual labels:  sms
FakeSms
一个短信作弊器,可以在没有接受到短信时在收件箱中伪造短信
Stars: ✭ 28 (-58.82%)
Mutual labels:  sms
Kalkun
Open Source Web based SMS Manager
Stars: ✭ 186 (+173.53%)
Mutual labels:  sms
CovidVaccineNotifier
Get notified with available vaccination centres via SMS
Stars: ✭ 21 (-69.12%)
Mutual labels:  sms
Andspoilt
Run interactive android exploits in linux.
Stars: ✭ 101 (+48.53%)
Mutual labels:  sms
onnorokom-sms
Laravel 5.* package for Sending SMS using OnnoRokom SMS service.
Stars: ✭ 21 (-69.12%)
Mutual labels:  sms
smsglue
VoIP.ms SMS to Acrobits Softphone/Groundwire
Stars: ✭ 20 (-70.59%)
Mutual labels:  sms
ali-cloud-video
阿里云视频点播SDK
Stars: ✭ 16 (-76.47%)
Mutual labels:  aliyun

阿里短信接口

Latest Stable Version Total Downloads php>=5.4 License 996.icu LICENSE

PS:阿里大于 https://github.com/flc1125/alidayu

安装

composer require flc/dysms

使用

<?php
use Flc\Dysms\Client;
use Flc\Dysms\Request\SendSms;

$config = [
    'accessKeyId'    => 'LTAIbVA2LRQ1tULr',
    'accessKeySecret' => 'ocS48RUuyBPpQHsfoWokCuz8ZQbGxl',
];

$client  = new Client($config);
$sendSms = new SendSms;
$sendSms->setPhoneNumbers('1500000000');
$sendSms->setSignName('叶子坑');
$sendSms->setTemplateCode('SMS_77670013');
$sendSms->setTemplateParam(['code' => rand(100000, 999999)]);
$sendSms->setOutId('demo');

print_r($client->execute($sendSms));

支持

捐赠

如果你觉得本扩展对你有帮助,请捐赠以表支持,谢谢~~

微信

支付宝

License

  • MIT
  • Anti 996
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].