osenco/bongasms

Bonga SMS 的 PHP SDK

v0.1.20 2021-01-17 15:32 UTC

This package is auto-updated.

Last update: 2024-09-24 15:57:22 UTC


README

Bonga SMS PHP SDK

安装

通过 composer 安装

composer require osenco/bongasms

实例化

在类构造函数中传递 apiClientID、key、secret

$sms = new Osen\Bonga\Sms($apiClientID, $key, $secret);

使用

发送短信

$sms->send($phone, $message);