2017 © Pedro Peláez
 

library smsgateway

A JSON-RPC based SMS gateway

image

gergelypolonkai/smsgateway

A JSON-RPC based SMS gateway

  • Sunday, November 4, 2012
  • by gergelypolonkai
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SmsGateway

SmsGateway is a JSON-RPC based SMS Gateway., (*1)

Features

  • Senders to support SMS sending as many ways as possible
    • GnokiiSender to send using gnokii
    • FileSender to store messages in files
  • Authentication backends for authentication purposes
    • DatabaseAuth for a PDO based backend (non-working yet)
    • FileAuth to store users and passwords in a shadow-like file
    • NullAuth to accept everyone without a password
  • Logger backends for audit and message logging
    • DatabaseLogger for PDO based logging (non-working yet)
    • FileLogger to log messages to files

Installation

SmsGateway can be installed using composer:, (*2)

$ php composer.phar create-project gergelypolonkai/smsgateway

Configuration

Currently, there are no configurable parts exist, everything is hard-coded. My plans are:, (*3)

  • File paths for FileSender, FileAuth and FileLogger
  • Executable path for GnokiiSender
  • Database parameters for DatabaseSender, DatabaseAuth and DatabaseLogger

The Versions

04/11 2012

dev-master

9999999-dev

A JSON-RPC based SMS gateway

  Sources   Download

The Requires

 

by Gergely Polonkai