Extended README.md
This commit is contained in:
parent
8c678febe0
commit
7937536989
19
README.md
19
README.md
@ -16,3 +16,22 @@ Features
|
|||||||
* Logger backends for audit and message logging
|
* Logger backends for audit and message logging
|
||||||
* DatabaseLogger for PDO based logging
|
* DatabaseLogger for PDO based logging
|
||||||
* FileLogger to log messages to files
|
* FileLogger to log messages to files
|
||||||
|
|
||||||
|
Installation
|
||||||
|
------------
|
||||||
|
|
||||||
|
SmsGateway can be installed using [composer](http://getcomposer.org/):
|
||||||
|
|
||||||
|
$ php composer.phar create-project gergelypolonkai/smsgateway
|
||||||
|
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Currently, there are no configurable parts exist. My plans are:
|
||||||
|
|
||||||
|
* File paths for FileSender, FileAuth and FileLogger (currently these are
|
||||||
|
hard-coded)
|
||||||
|
* Executable path for GnokiiSender
|
||||||
|
* Database parameters for DatabaseSender, DatabaseAuth and DatabaseLogger
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user