wakeasp-inc/sms-client

The Symfony PHP framework

v1.0.2 2022-05-03 03:24 UTC

This package is auto-updated.

Last update: 2024-04-30 00:39:35 UTC


README

中華電信Emome 簡訊API Client

Example

use Emome\SMSClient;

$client = new SMSClient("Account","Password");

$response = $client->send("Message","Phone");

$responseArr = $client->parseResponse($response->getContent());