benmorel/messente
Composer 安装命令:
composer require benmorel/messente
包简介
Client library for the Messente SMS gateway
关键字:
README 文档
README
A PHP client to send SMS messages through the Messente platform.
Installation
This library is installable via Composer:
composer require benmorel/messente
Requirements
This library requires PHP 7.1 or later.
Quick start
Sending an SMS:
$messente = new Messente('username', 'password'); $messageId = $messente->send('Hello word', '+441234567890'); // optionally provide the sender number
Querying an SMS status:
$messente->getStatus($messageId); // 'SENT', 'FAILED' or 'DELIVERED'
统计信息
- 总下载量: 203
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-30