5818959 / smstraffic-client
A PHP wrapper for SMSTraffic's HTTP API
Installs: 4 026
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 2
Requires
- php: >=7.3.0
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- phpmd/phpmd: ^2.7
- sebastian/phpcpd: ^4.1
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2025-02-19 23:25:46 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.