bluewalk / SimpelNLParser

Parser for the network provider Simpel (NL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
    }
}

About

Parser for the network provider Simpel (NL)


Languages

Language:PHP 100.0%