negartarh/persiansms
Composer 安装命令:
composer require negartarh/persiansms
包简介
Persian SMS PHP SDK
README 文档
README
Persian SMS PHP SDK
Install:
composer require negartarh/persiansms:dev-master
Usage:
use Negartarh\Persiansms\PersianSms; require_once __DIR__ . '/../vendor/autoload.php'; $config = (array) [ 'Username' => '', 'Password' => '', 'API' => '', 'FROM' => '', 'FLASH' => '', 'Internation' => '', 'DATE' => '', ]; $user = (string) ''; $pass = (string) ''; $from = (string) ''; $text = (string) ''; $numbers = (array) ['']; $sms = ( new PersianSms($config) ) ->withUser( $user ) ->withPass( $pass ) ->from( $from ) ->send( $text, $numbers ); var_dump($sms);
or user helper function
$sms = persian_sms($config)->send( $text, $numbers );
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-12-09