A JSON-RPC based SMS Gateway
80376ff566
json_sms.php already reflects that. The old class files are still around, though. |
||
---|---|---|
nbproject | ||
src/SmsGateway | ||
.gitignore | ||
.htaccess | ||
composer.json | ||
composer.lock | ||
gatewayBackend.php | ||
gnokiiSMSBackend.php | ||
json_sms.php | ||
jsonRPCServer.php | ||
postgresGatewayBackend.php | ||
README.md | ||
smsBackend.php | ||
smsSender.php | ||
smsToken.php |
SmsGateway
SmsGateway is a JSON-RPC based SMS Gateway.
Features
- Sender interfaces
- Multiple SMS sending interfaces. Currently only Gnokii is supported, but with SenderInterface, anyone can write a new one.
- Database backends