wakeasp-inc/sms-client

The Symfony PHP framework

Installs: 413

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/wakeasp-inc/sms-client

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

This package is auto-updated.

Last update: 2025-09-29 03:13:34 UTC


README

中華電信Emome 簡訊API Client

Example

use Emome\SMSClient;

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

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

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