1
0
Fork 0
A JSON-RPC based SMS Gateway
Go to file
Gergely Polonkai (W00d5t0ck) 57a2da32cb Created AuthInterface 2012-09-25 19:32:35 +02:00
nbproject Added NetBeans stuff 2011-09-29 18:50:46 +02:00
src/SmsGateway Created AuthInterface 2012-09-25 19:32:35 +02:00
.gitignore Made this a composer project 2012-09-25 18:55:13 +02:00
.htaccess Started rewriting the new version 2012-09-25 18:56:03 +02:00
README.md Some updates 2012-09-25 19:20:56 +02:00
composer.json Made this a composer project 2012-09-25 18:55:13 +02:00
composer.lock Made this a composer project 2012-09-25 18:55:13 +02:00
jsonRPCServer.php Bug fixes and code beautification 2012-02-28 13:00:45 +01:00
json_sms.php Started rewriting the new version 2012-09-25 18:56:03 +02:00
postgresGatewayBackend.php Final(?) version 2011-09-30 13:43:21 +02:00
smsBackend.php Final(?) version 2011-09-30 13:43:21 +02:00
smsSender.php Bug fixes and code beautification 2012-02-28 13:00:45 +01:00
smsToken.php Final(?) version 2011-09-30 13:43:21 +02:00

README.md

SmsGateway

SmsGateway is a JSON-RPC based SMS Gateway.

Features

  • 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