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.
|
11 years ago | |
---|---|---|
nbproject | 12 years ago | |
src/SmsGateway | 11 years ago | |
.gitignore | 11 years ago | |
.htaccess | 11 years ago | |
README.md | 11 years ago | |
composer.json | 11 years ago | |
composer.lock | 11 years ago | |
jsonRPCServer.php | 11 years ago | |
json_sms.php | 11 years ago | |
postgresGatewayBackend.php | 12 years ago | |
smsBackend.php | 12 years ago | |
smsSender.php | 11 years ago | |
smsToken.php | 12 years ago |
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