The Symfony PHP framework
github.com/wakeasp-inc/sms-client
Source
Issues
Installs: 357
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT c6b43aec926a3e284d43a4b2e375228fa46cdf04
This package is auto-updated.
Last update: 2024-10-30 01:48:12 UTC
Example
use Emome\SMSClient; $client = new SMSClient("Account","Password"); $response = $client->send("Message","Phone"); $responseArr = $client->parseResponse($response->getContent());