/SimpelNLParser

Parser for the network provider Simpel (NL)

Primary LanguagePHP

SimpelNLParser

Parser for the network provider Simpel (NL) - http://www.simpel.nl

Usage

Place these PHP files on a webserver and query index.php with the parameters username and password. The result will look like the JSON below.

{
    "bellen": {
        "current": 0,
        "max": 46,
        "type": "minuten"
    },
    "sms": {
        "current": 0,
        "max": 4667,
        "type": "SMS"
    },
    "internet": {
        "current": 3,
        "max": 466,
        "type": "MB"
    }
}