Updated README.md
This commit is contained in:
parent
63caacdc8b
commit
24cf8f4c0d
13
README.md
13
README.md
@ -10,11 +10,11 @@ Features
|
|||||||
* GnokiiSender to send using gnokii
|
* GnokiiSender to send using gnokii
|
||||||
* FileSender to store messages in files
|
* FileSender to store messages in files
|
||||||
* Authentication backends for authentication purposes
|
* Authentication backends for authentication purposes
|
||||||
* DatabaseAuth for a PDO based backend
|
* DatabaseAuth for a PDO based backend (non-working yet)
|
||||||
* FileAuth to store users and passwords in a shadow-like file
|
* FileAuth to store users and passwords in a shadow-like file
|
||||||
* NullAuth to accept everyone without a password (TODO)
|
* NullAuth to accept everyone without a password
|
||||||
* Logger backends for audit and message logging
|
* Logger backends for audit and message logging
|
||||||
* DatabaseLogger for PDO based logging
|
* DatabaseLogger for PDO based logging (non-working yet)
|
||||||
* FileLogger to log messages to files
|
* FileLogger to log messages to files
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
@ -28,10 +28,9 @@ SmsGateway can be installed using [composer](http://getcomposer.org/):
|
|||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Currently, there are no configurable parts exist. My plans are:
|
Currently, there are no configurable parts exist, everything is hard-coded.
|
||||||
|
My plans are:
|
||||||
|
|
||||||
* File paths for FileSender, FileAuth and FileLogger (currently these are
|
* File paths for FileSender, FileAuth and FileLogger
|
||||||
hard-coded)
|
|
||||||
* Executable path for GnokiiSender
|
* Executable path for GnokiiSender
|
||||||
* Database parameters for DatabaseSender, DatabaseAuth and DatabaseLogger
|
* Database parameters for DatabaseSender, DatabaseAuth and DatabaseLogger
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user