TextLocal API的短信发送器

此软件包的官方仓库似乎已不存在,因此该软件包已被冻结。

1.0.0 2017-01-16 09:40 UTC

This package is auto-updated.

Last update: 2023-04-29 01:01:15 UTC


README

TextLocal版本2 API的短信发送器

该软件包目前正在更新到新版本,请检查问题以获取进度

一个简单的示例

// Accepts API KEY and API MODE as arguements. 
// API MODE set as true means that we are only testing against the API, not making full requests
$key = "1234567890-YOUR-API-KEY-1234567890";
$sender = new Sender($key, true);

// Our instance has been created, time to use it
// Get the balance on your Text Local Account
$balance = $sender->balance();