1
0
Fork 0
smsgateway/README.md

17 lines
470 B
Markdown
Raw Normal View History

2012-09-21 17:17:15 +00:00
SmsGateway
==========
SmsGateway is a JSON-RPC based SMS Gateway.
Features
--------
2012-09-25 17:20:56 +00:00
* Senders to support SMS sending as many ways as possible
* Currently only Gnokii is supported, but with SenderInterface, anyone can
write a new one.
* Authentication backends for authentication purposes
* DatabaseAuth for a PDO based backend
* NullAuth to accept everyone without a password
* Logger backends for audit and message logging
* DatabaseLogger for PDO based logging