5818959/smstraffic-client

A PHP wrapper for SMSTraffic's HTTP API

v0.5.1 2019-12-17 14:06 UTC

README

Usage

See examples/.

Test endpoint

You can run the test endpoint to test your application instead of using real SmsTraffic HTTP API.

php -S localhost:8080 -t examples/

Then use http://localhost:8080/test_endpoint.php as SmsTraffic HTTP API url.

All send incoming messages will be logged to examples/messages.log file.