Search by

wakeasp-inc / sms-client

kevintoshi0208wakeasp

The Symfony PHP framework

Package info

github.com/wakeasp-inc/sms-client

pkg:composer/wakeasp-inc/sms-client

Statistics

Installs: 424

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-08-29 02:54:57 UTC


README

中華電信Emome 簡訊API Client

Example

use Emome\SMSClient;

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

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

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