1
0
Fork 0
A JSON-RPC based SMS Gateway
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gergely Polonkai (W00d5t0ck) 80376ff566 Started rewriting the new version
json_sms.php already reflects that. The old class files are still around, though.
11 years ago
nbproject Added NetBeans stuff 12 years ago
src/SmsGateway Started rewriting the new version 11 years ago
.gitignore Made this a composer project 11 years ago
.htaccess Started rewriting the new version 11 years ago
README.md Added very incomplete README.md 11 years ago
composer.json Made this a composer project 11 years ago
composer.lock Made this a composer project 11 years ago
gatewayBackend.php Final(?) version 12 years ago
gnokiiSMSBackend.php Final(?) version 12 years ago
jsonRPCServer.php Bug fixes and code beautification 11 years ago
json_sms.php Started rewriting the new version 11 years ago
postgresGatewayBackend.php Final(?) version 12 years ago
smsBackend.php Final(?) version 12 years ago
smsSender.php Bug fixes and code beautification 11 years ago
smsToken.php Final(?) version 12 years ago

README.md

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